From: Vladimír Vondruš Date: Fri, 16 Nov 2018 23:12:13 +0000 (+0100) Subject: doc: fix more cases of order-dependent processing error. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=d5235a153634c1f84912d44b71a03aa113648961;p=blog.git doc: fix more cases of order-dependent processing error. --- diff --git a/doc/plugins/htmlsanity.rst b/doc/plugins/htmlsanity.rst index 27da2628..309025fa 100644 --- a/doc/plugins/htmlsanity.rst +++ b/doc/plugins/htmlsanity.rst @@ -38,6 +38,8 @@ HTML sanity :language: jinja .. role:: py(code) :language: py +.. role:: rst(code) + :language: rst Base plugin that makes your Pelican HTML output and typography look like from the current century. diff --git a/doc/plugins/math-and-code.rst b/doc/plugins/math-and-code.rst index 201b834f..d8fb8c07 100644 --- a/doc/plugins/math-and-code.rst +++ b/doc/plugins/math-and-code.rst @@ -40,6 +40,8 @@ Math and code :language: py .. role:: rst(code) :language: rst +.. role:: sh(code) + :language: sh These plugins use external libraries to produce beautiful math and code rendering directly from your :abbr:`reST ` sources. diff --git a/doc/plugins/plots-and-graphs.rst b/doc/plugins/plots-and-graphs.rst index 005a5fb7..95fb28d0 100644 --- a/doc/plugins/plots-and-graphs.rst +++ b/doc/plugins/plots-and-graphs.rst @@ -34,6 +34,10 @@ Plots and graphs .. role:: dot(code) :language: dot +.. role:: py(code) + :language: py +.. role:: rst(code) + :language: rst These plugin allow you to render plots and graphs directly from data specified inline in the page source. Similarly to `math rendering <{filename}/admire/math.rst>`_,