mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add Pygments support to the default sourcecode directive.
It is now possible to have highlited sourcecode using the ``::`` syntax.
This commit is contained in:
parent
96c42c0aa5
commit
95b44ef8bf
2 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ And here comes the cool stuff_.
|
|||
:width: 600 px
|
||||
:alt: alternate text
|
||||
|
||||
.. code-block:: python
|
||||
::
|
||||
|
||||
>>> from ipdb import set_trace
|
||||
>>> set_trace()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue