aboutsummaryrefslogtreecommitdiff
path: root/tests/testsuite.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testsuite.txt')
-rw-r--r--tests/testsuite.txt42
1 files changed, 39 insertions, 3 deletions
diff --git a/tests/testsuite.txt b/tests/testsuite.txt
index 357739e08..6f24f02ed 100644
--- a/tests/testsuite.txt
+++ b/tests/testsuite.txt
@@ -300,15 +300,51 @@ Multiple blocks with italics:
*apple*
: red fruit
-: contains seeds,
+ contains seeds,
crisp, pleasant to taste
*orange*
: orange fruit
-: { orange code block }
+ { orange code block }
-: > orange block quote
+ > orange block quote
+
+Multiple definitions, tight:
+
+apple
+: red fruit
+: computer
+orange
+: orange fruit
+: bank
+
+Multiple definitions, loose:
+
+apple
+: red fruit
+
+: computer
+
+orange
+: orange fruit
+
+: bank
+
+Blank line after term, indented marker, alternate markers:
+
+apple
+
+ ~ red fruit
+
+ ~ computer
+
+orange
+
+ ~ orange fruit
+
+ 1. sublist
+ 2. sublist
# HTML Blocks