From a4ca3a662118a3e4e2e9a9c7a3bb57e32d79ef57 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 14 Nov 2018 08:09:23 +0100 Subject: [PATCH] README: document list continuations Signed-off-by: Thomas Lamprecht --- README.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.adoc b/README.adoc index 43ce69f..e005044 100644 --- 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 ^^^^^^^^^^^^^ -- 2.39.2