mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Added a small fix to pygments use
This commit is contained in:
parent
ad4f7cd3c9
commit
d484517555
1 changed files with 2 additions and 2 deletions
|
|
@ -137,8 +137,8 @@ Syntactic recognition
|
|||
Pelican is able to regognise the syntax you are using, and to colorize the
|
||||
right way your block codes. To do so, you have to use the following syntax::
|
||||
|
||||
::code-block identifier
|
||||
your code goes here
|
||||
.. code-block:: identifier
|
||||
your code goes here
|
||||
|
||||
The identifier is one of the lexers available `here
|
||||
<http://pygments.org/docs/lexers/>`_.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue