From: Vladimír Vondruš Date: Wed, 28 Jun 2023 13:44:33 +0000 (+0200) Subject: doc: properly show that a class directive *is* needed for a table. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=03d831b47471c02078d15b7846cd688ffac661c5;p=blog.git doc: properly show that a class directive *is* needed for a table. The output markup had it but the snippet not, causing confusion. --- diff --git a/doc/themes/writing-rst-content.rst b/doc/themes/writing-rst-content.rst index 319363b3..b98ff029 100644 --- a/doc/themes/writing-rst-content.rst +++ b/doc/themes/writing-rst-content.rst @@ -296,6 +296,8 @@ have lists inside quotes and the like. Literal block is itroduced with ::, which can be even part of previous paragraph (in which case it's reduced to a single colon). + .. class:: m-table + ========= ============ Heading 1 Heading 2 ========= ============