mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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
|
The identifier is one of the lexers available `here
|
||||||
<http://pygments.org/docs/lexers/>`_.
|
<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
|
Autoreload
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue