projects
/
pve-docs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6925e2a
)
README: document list continuations
author
Thomas Lamprecht
<t.lamprecht@proxmox.com>
Wed, 14 Nov 2018 07:09:23 +0000
(08:09 +0100)
committer
Thomas Lamprecht
<t.lamprecht@proxmox.com>
Wed, 14 Nov 2018 07:09:23 +0000
(08:09 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
README.adoc
patch
|
blob
|
blame
|
history
diff --git
a/README.adoc
b/README.adoc
index
43ce69f
..
e005044
100644
(file)
--- a/
README.adoc
+++ b/
README.adoc
@@
-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
^^^^^^^^^^^^^