aboutsummaryrefslogtreecommitdiff
path: root/testdata/test.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/test.adoc')
-rw-r--r--testdata/test.adoc24
1 files changed, 21 insertions, 3 deletions
diff --git a/testdata/test.adoc b/testdata/test.adoc
index e7ef033..5241734 100644
--- a/testdata/test.adoc
+++ b/testdata/test.adoc
@@ -234,7 +234,7 @@ A bold with * space *, with single non alnum *=*.
* Write my document
-== Block listing
+== Listing Blocks
[listing]
This is single paragraph listing.
@@ -247,19 +247,37 @@ This is block listing.
----
-== Block literal
+== Literal Blocks
+
+=== Indent method
A literal paragraph followed by non-space line:
non-space line.
+ Literal with tab.
+ Literal with tab.
+ Literal with tab.
+
+ Literal with two spaces.
+ Literal with two spaces.
+ Literal with two tab.
+
+ Literal with mixed tab and spaces (two spaces).
+ Literal with mixed tab and spaces (a tab).
+ Literal with mixed tab and spaces (two spaces and a tab).
+
+=== Literal style sintax
+
[literal]
A literal named.
[literal] x
A literal named and trailing characters will become paragraph.
+=== Delimited literal block
+
....
-With 4 dots.
+With .... block.
....
// This one does not work: