diff options
author | claremacrae <github@cfmacrae.fastmail.co.uk> | 2013-08-28 08:09:42 +0100 |
---|---|---|
committer | claremacrae <github@cfmacrae.fastmail.co.uk> | 2013-08-28 08:09:42 +0100 |
commit | 78ae3c24929e02710ef55614694435ecb1029390 (patch) | |
tree | 6ac1f0e576b618c80f0993f334c3b22af74aa4a0 /tests | |
parent | fe1040d283649a3e25d08fe8a12bbc024420ea96 (diff) | |
download | pandoc-78ae3c24929e02710ef55614694435ecb1029390.tar.gz |
Implement definition lists in dokuwiki writer (#386) - credit: James Smaldon
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.dokuwiki | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/tests/writer.dokuwiki b/tests/writer.dokuwiki index bacece683..132c2d614 100644 --- a/tests/writer.dokuwiki +++ b/tests/writer.dokuwiki @@ -247,25 +247,28 @@ Loose: Multiple blocks with italics: - * **apple** red fruitcontains seeds, crisp, pleasant to taste
- * **orange** orange fruit<code>
-{ orange code block }
-</code>orange block quote
+ * **//apple//** red fruit +contains seeds, crisp, pleasant to taste + * **//orange//** orange fruit +<code>{ orange code block }</code> +<blockquote>orange block quote</blockquote> Multiple definitions, tight: - * **apple** red fruit computer + * **apple** red fruitcomputer * **orange** orange fruitbank Multiple definitions, loose: - * **apple** red fruit computer - * **orange** orange fruit bank + * **apple** red fruitcomputer + * **orange** orange fruitbank Blank line after term, indented marker, alternate markers: - * **apple** red fruit computer - * **orange** orange fruit sublist sublist + * **apple** red fruitcomputer + * **orange** orange fruit + - sublist + - sublist ====== HTML Blocks ====== |