From 22d41adaf427380f1f653b8784cfd9911cd424a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 12 Dec 2017 00:14:52 +0100 Subject: [PATCH] doc: update utility invocation after files were shuffled around. Also fix shell escaping. --- doc/css/components.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/css/components.rst b/doc/css/components.rst index 4ecee21e..0b267c7f 100644 --- a/doc/css/components.rst +++ b/doc/css/components.rst @@ -838,7 +838,7 @@ file or use it directly from your Git clone of m.css. Example usage: .. code:: sh - ls -C --color=always | pygmentize -l pelican-plugins/m/ansilexer.py:AnsiLexer -x -f html -O nowrap + ls -C --color=always | pygmentize -l pelican-plugins/ansilexer.py:AnsiLexer -x -f html -O nowrap Wrap the HTML output in either :html:`
` for a block
 listing or :html:`` for inline listing. The output
@@ -909,7 +909,7 @@ is simple:
 
 .. code:: sh
 
-    echo "$$ a^2 = b^2 + c^2 $$" | python pelican-plugins/m/latex2svg.py > formula.svg
+    echo "\$\$ a^2 = b^2 + c^2 \$\$" | python pelican-plugins/latex2svg.py > formula.svg
 
 The ``formula.svg`` file will then contain the rendered formula, which with
 some minor patching (removing the XML preamble etc.) can be pasted directly
-- 
2.30.2