chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
604f01f
)
doc: properly show that a class directive *is* needed for a table.
author
Vladimír Vondruš
<mosra@centrum.cz>
Wed, 28 Jun 2023 13:44:33 +0000
(15:44 +0200)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Wed, 28 Jun 2023 14:01:14 +0000
(16:01 +0200)
The output markup had it but the snippet not, causing confusion.
doc/themes/writing-rst-content.rst
patch
|
blob
|
history
diff --git
a/doc/themes/writing-rst-content.rst
b/doc/themes/writing-rst-content.rst
index 319363b3171a1ed96c821ba017fef120ec0c9da4..b98ff029b6c50bcd310b90599271c9208b813cdb 100644
(file)
--- 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
========= ============