README: document list continuations

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-11-14 08:09:23 +01:00
parent 6925e2aa9a
commit a4ca3a6621

View File

@ -142,6 +142,24 @@ Bulleted lists should be created using the '*' symbol:
* First level again
If you need to have other elements on the same level than a list element you
can do this with the '+' symbol:
----
. First level
.. Second level
+
Anothe Sentence (or Block) on the continued second level.
. First level again
----
. First level
.. Second level
+
Anothe Sentence (or Block) on the continued second level.
. First level again
Labeled Lists
^^^^^^^^^^^^^