From 03d831b47471c02078d15b7846cd688ffac661c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 28 Jun 2023 15:44:33 +0200 Subject: [PATCH] doc: properly show that a class directive *is* needed for a table. The output markup had it but the snippet not, causing confusion. --- doc/themes/writing-rst-content.rst | 2 ++ 1 file changed, 2 insertions(+) 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 ========= ============ -- 2.30.2