diff options
Diffstat (limited to 'tests/writer.markdown')
-rw-r--r-- | tests/writer.markdown | 42 |
1 files changed, 39 insertions, 3 deletions
diff --git a/tests/writer.markdown b/tests/writer.markdown index f377816c6..2f7ac3f4b 100644 --- a/tests/writer.markdown +++ b/tests/writer.markdown @@ -313,14 +313,50 @@ Multiple blocks with italics: *apple* : red fruit -: contains seeds, crisp, pleasant to taste + 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 |