diff options
Diffstat (limited to 't/fmt/asciidoc/LineBreak.adoc')
-rw-r--r-- | t/fmt/asciidoc/LineBreak.adoc | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/t/fmt/asciidoc/LineBreak.adoc b/t/fmt/asciidoc/LineBreak.adoc new file mode 100644 index 0000000..e8856ff --- /dev/null +++ b/t/fmt/asciidoc/LineBreak.adoc @@ -0,0 +1,37 @@ += Linebreaks + +This is a paragraph with a linebreak, +where the linebreak occurs on second line + +The second part of the paragraph is on +a second line. + +* We can do the same with a list item + +After the linebreak, the bullet point is continued. +* In this bullet point, the list item +is continued on the next line. + +Then the line is broken in a second part. + +.......................... +This is a Literal block. + +This is a Literal block. +.......................... + +__________________________ +This is a Quote block. + +This is a Quote block. +__________________________ + +. List item section 1 +. List item section 2 + + + +Another section of list item 2 + +Further text + + +* List item section A +* List item section B + + + +Another section of list item B + +Further text |