mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add UTF-8 Support + Pygments library.
This commit is contained in:
parent
00cf9644d8
commit
0087d5fae9
4 changed files with 29 additions and 8 deletions
|
|
@ -11,3 +11,11 @@ This is a simple title
|
|||
======================
|
||||
|
||||
And here comes the cool stuff.
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
>>> from ipdb import set trace
|
||||
>>> set_trace()
|
||||
|
||||
→ And now try with some utf8 hell: ééé
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue