- :gh:`m.htmlsanity <mosra/m.css$master/pelican-plugins/m/htmlsanity.py>`
- :gh:`m.components <mosra/m.css$master/pelican-plugins/m/components.py>`
- :gh:`m.images <mosra/m.css$master/pelican-plugins/m/images.py>`
-- :gh:`m.math <mosra/m.css$master/pelican-plugins/m/math.py>` (needs also :gh:`latex2svg <mosra/m.css$master/pelican-plugins/m/latex2svg.py>`),
- :gh:`m.code <mosra/m.css$master/pelican-plugins/m/code.py>`
+- :gh:`m.math <mosra/m.css$master/pelican-plugins/m/math.py>` (needs also :gh:`latex2svg <mosra/m.css$master/pelican-plugins/latex2svg.py>`),
+ :gh:`m.code <mosra/m.css$master/pelican-plugins/m/code.py>` (needs also :gh:`ansilexer <mosra/m.css$master/pelican-plugins/ansilexer.py>`)
- :gh:`m.gh <mosra/m.css$master/pelican-plugins/m/gh.py>`,
:gh:`m.dox <mosra/m.css$master/pelican-plugins/m/dox.py>`,
:gh:`m.gl <mosra/m.css$master/pelican-plugins/m/gl.py>`,
`Math`_
=======
-Download the `m/math.py and m/latex2svg.py <{filename}/plugins.rst>`_ files,
-put them including the ``m/`` directory into one of your :py:`PLUGIN_PATHS` and
-add :py:`m.math` package to your :py:`PLUGINS` in ``pelicanconf.py``. This
-plugin assumes presence of `m.htmlsanity <{filename}/plugins/htmlsanity.rst>`_.
+Download the `m/math.py and latex2svg.py <{filename}/plugins.rst>`_ files, put
+them including the ``m/`` directory into one of your :py:`PLUGIN_PATHS` and add
+:py:`m.math` package to your :py:`PLUGINS` in ``pelicanconf.py``. This plugin
+assumes presence of `m.htmlsanity <{filename}/plugins/htmlsanity.rst>`_.
.. note-danger::
`Code`_
=======
-Download the `m/code.py <{filename}/plugins.rst>`_ file, put it including the
-``m/`` directory into one of your :py:`PLUGIN_PATHS` and add :py:`m.code`
-package to your :py:`PLUGINS` in ``pelicanconf.py``. This plugin assumes
-presence of `m.htmlsanity <{filename}/plugins/htmlsanity.rst>`_.
+Download the `m/code.py and ansilexer.py <{filename}/plugins.rst>`_ files, put
+them including the ``m/`` directory into one of your :py:`PLUGIN_PATHS` and add
+:py:`m.code` package to your :py:`PLUGINS` in ``pelicanconf.py``. This plugin
+assumes presence of `m.htmlsanity <{filename}/plugins/htmlsanity.rst>`_.
.. code:: python