From: Vladimír Vondruš Date: Mon, 11 Dec 2017 23:14:52 +0000 (+0100) Subject: doc: update utility invocation after files were shuffled around. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=22d41adaf427380f1f653b8784cfd9911cd424a0;p=blog.git doc: update utility invocation after files were shuffled around. Also fix shell escaping. --- 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