1
0
Fork 0
forked from github/pelican

update the documentation about code highlighting

This commit is contained in:
Alexis Metaireau 2011-06-18 19:02:57 +02:00
commit eee004cdb5

View file

@ -159,6 +159,14 @@ right way your block codes. To do so, you have to use the following syntax::
The identifier is one of the lexers available `here
<http://pygments.org/docs/lexers/>`_.
You also can use the default `::` syntax::
::
your code goes here
It will be assumed that your code is witten in python.
Autoreload
----------