aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-11-04 14:52:19 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-11-04 14:52:19 -0800
commitf3ac41937d732c3ff31b4cce47578dc9afd8836c (patch)
tree2a1f7821c6e85ff8fd80f6d0022bbafafbf99c50 /tests
parent0169e1034403273a3aa16a5c5d74a71f98705a85 (diff)
downloadpandoc-f3ac41937d732c3ff31b4cce47578dc9afd8836c.tar.gz
DokuWiki writer: Better handling of block quotes.
This change ensures that multiple paragraph blockquotes are rendered using native `>` rather than as HTML. Closes #1738.
Diffstat (limited to 'tests')
-rw-r--r--tests/writer.dokuwiki5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/writer.dokuwiki b/tests/writer.dokuwiki
index 704e79b87..dc14e9b00 100644
--- a/tests/writer.dokuwiki
+++ b/tests/writer.dokuwiki
@@ -268,7 +268,8 @@ Multiple blocks with italics:
<HTML><dt></HTML>//orange//<HTML></dt></HTML>
<HTML><dd></HTML><HTML><p></HTML>orange fruit<HTML></p></HTML>
<code>{ orange code block }</code>
-> <HTML><p></HTML>orange block quote<HTML></p></HTML><HTML></dd></HTML><HTML></dl></HTML>
+> <HTML><p></HTML>orange block quote<HTML></p></HTML>
+<HTML></dd></HTML><HTML></dl></HTML>
Multiple definitions, tight:
@@ -611,7 +612,7 @@ If you want, you can indent every line, but you can also be lazy and just indent
))
> Notes can go in quotes.((In quote.
-))
+> ))
- And in list items.((In list.))