From e7994d13db0a4c24b47a6e6b30ae8af3d8a89e48 Mon Sep 17 00:00:00 2001 From: kay Date: Wed, 12 Dec 2012 18:19:20 -0500 Subject: [PATCH] update styleguide footnote cannot contain code blocks --- meta.style-guide.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta.style-guide.rst b/meta.style-guide.rst index 1b722ec5793..061bd36440d 100644 --- a/meta.style-guide.rst +++ b/meta.style-guide.rst @@ -247,6 +247,8 @@ ReStructured Text and Typesetting target name for ease of use. For instance a footnote tag may look like: "``[#note]_``" with the corresponding directive holding the body of the footnote that resembles the following: "``.. [#note]``". + + Do **not** include "``.. code-block:: [language]``" in footnotes. - As it makes sense, use the "``.. code-block:: [language]``" form to insert literal blocks into the text. While the double colon,