forked from github/pelican
update the documentation about code highlighting
This commit is contained in:
parent
95b44ef8bf
commit
eee004cdb5
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
----------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue