mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-10-04 19:31:41 +00:00
README: document list continuations
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6925e2aa9a
commit
a4ca3a6621
18
README.adoc
18
README.adoc
@ -142,6 +142,24 @@ Bulleted lists should be created using the '*' symbol:
|
|||||||
* First level again
|
* 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
|
Labeled Lists
|
||||||
^^^^^^^^^^^^^
|
^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user