Link to doc style doc

(and update it to cover extra section characters)
This commit is contained in:
Richard van der Hoff 2016-07-14 10:13:10 +01:00
parent 56547ad373
commit b5d68b8ff1
2 changed files with 14 additions and 5 deletions

View file

@ -19,11 +19,17 @@ RST support lots of different punctuation characters for underlines on sections.
Content in the specification MUST use the same characters in order for the
complete specification to be merged correctly. These characters are:
- ``=`` : Top-level sections
- ``-`` : Second-level sections
- ``~`` : Third-level sections
- ``+`` : Fourth-level sections
- You should rethink your document layout if you require a fifth level.
- ``=``
- ``-``
- ``~``
- ``+``
- ``^``
- `````
- ``@``
- ``:``
If you find yourself using ``^`` or beyond, you should rethink your document
layout if possible.
TODOs
-----