chiark / gitweb /
doc: update utility invocation after files were shuffled around.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 11 Dec 2017 23:14:52 +0000 (00:14 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 11 Dec 2017 23:16:39 +0000 (00:16 +0100)
Also fix shell escaping.

doc/css/components.rst

index 4ecee21e0f6caddbb89b9ae25a93a38e66805905..0b267c7f4957dbe040850e6be17402a6c43d3ec1 100644 (file)
@@ -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:`<pre class="m-console">` for a block
 listing or :html:`<code class="m-console">` 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