From 5660e6ba11ed828bab12e48a35a6daf917c1fcbc Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 10 May 2007 22:04:36 +0000 Subject: Updated test suite with new tests for definition lists. git-svn-id: https://pandoc.googlecode.com/svn/trunk@597 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/writer.markdown | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'tests/writer.markdown') 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: -- cgit v1.2.3