summaryrefslogtreecommitdiff
path: root/tests/writer.markdown
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-05-10 22:04:36 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-05-10 22:04:36 +0000
commit5660e6ba11ed828bab12e48a35a6daf917c1fcbc (patch)
treed40e5014c70d53e81cea1582bfbb0261ad07951b /tests/writer.markdown
parentf9731108e82bac5fdfe527440013fb9a91a65dd1 (diff)
Updated test suite with new tests for definition lists.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@597 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/writer.markdown')
-rw-r--r--tests/writer.markdown47
1 files changed, 47 insertions, 0 deletions
diff --git a/tests/writer.markdown b/tests/writer.markdown
index a80857cc2..0dbd321af 100644
--- a/tests/writer.markdown
+++ b/tests/writer.markdown
@@ -256,6 +256,53 @@ Same thing but with paragraphs:
* * * * *
+# Definition Lists
+
+Tight using spaces:
+
+apple
+: red fruit
+orange
+: orange fruit
+banana
+: yellow fruit
+
+Tight using tabs:
+
+apple
+: red fruit
+orange
+: orange fruit
+banana
+: yellow fruit
+
+Loose:
+
+apple
+: red fruit
+
+orange
+: orange fruit
+
+banana
+: yellow fruit
+
+
+Multiple blocks with italics:
+
+*apple*
+: red fruit
+
+: contains seeds, crisp, pleasant to taste
+
+*orange*
+: orange fruit
+
+: { orange code block }
+
+: > orange block quote
+
+
# HTML Blocks
Simple block on one line: