diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-05-10 22:04:36 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-05-10 22:04:36 +0000 |
commit | 5660e6ba11ed828bab12e48a35a6daf917c1fcbc (patch) | |
tree | d40e5014c70d53e81cea1582bfbb0261ad07951b /tests/writer.markdown | |
parent | f9731108e82bac5fdfe527440013fb9a91a65dd1 (diff) | |
download | pandoc-5660e6ba11ed828bab12e48a35a6daf917c1fcbc.tar.gz |
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.markdown | 47 |
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: |