Skip to content

Commit 7557b40

Browse files
committed
docs: fix sub/subsubsection annotations
We accidentally had "-" listed twice for RST section annotations. Signed-off-by: Jeff Squyres <[email protected]>
1 parent 7900166 commit 7557b40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/developers/rst-for-markdown-expats.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,16 @@ Chapter and section delimiters
9898
.. code-block:: rst
9999
100100
Subsection 1: hello world
101-
-------------------------
101+
^^^^^^^^^^^^^^^^^^^^^^^^^
102102
103103
.. code-block:: rst
104104
105105
Subsubsection 1: hello world
106-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
106+
++++++++++++++++++++++++++++
107107
108108
Meaning: underlines made of ``=`` denotes chapters, underlines
109-
made of ``-`` denotes sections, underlines made of ``-`` denotes
110-
subsections, and underlines made of ``^`` denote subsubsections.
109+
made of ``-`` denotes sections, underlines made of ``^`` denotes
110+
subsections, and underlines made of ``+`` denote subsubsections.
111111

112112
Multi-line code/fixed-width font
113113
--------------------------------

0 commit comments

Comments
 (0)