forked from github/pelican
20 lines
432 B
ReStructuredText
20 lines
432 B
ReStructuredText
Unbelievable !
|
|
##############
|
|
|
|
:date: 2010-10-15 20:30
|
|
|
|
Or completely awesome. Depends the needs.
|
|
|
|
`a root-relative link to markdown-article <|filename|/cat1/markdown-article.md>`_
|
|
`a file-relative link to markdown-article <|filename|cat1/markdown-article.md>`_
|
|
|
|
Testing sourcecode directive
|
|
----------------------------
|
|
|
|
.. sourcecode:: python
|
|
:linenos:
|
|
|
|
formatter = self.options and VARIANTS[self.options.keys()[0]]
|
|
|
|
|
|
Lovely.
|