1
0
Fork 0
forked from github/pelican

Make it obvious in the docs that you need to indent the identifier as well

This commit is contained in:
Alexis Métaireau 2012-10-25 14:37:05 +02:00
commit b349bdd80f

View file

@ -281,6 +281,8 @@ For RestructuredText, use the code-block directive::
For Markdown, include the language identifier just above the code block,
indenting both the identifier and code::
A block of text.
:::identifier
<code goes here>