mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
21 lines
347 B
ReStructuredText
21 lines
347 B
ReStructuredText
This is a super article !
|
|
#########################
|
|
|
|
.. tags: foo, bar, foobar
|
|
.. date: 2010/10/10 10:14
|
|
.. category: yeah
|
|
|
|
Some content here !
|
|
|
|
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: ééé
|
|
|