From f3ac41937d732c3ff31b4cce47578dc9afd8836c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 4 Nov 2014 14:52:19 -0800 Subject: DokuWiki writer: Better handling of block quotes. This change ensures that multiple paragraph blockquotes are rendered using native `>` rather than as HTML. Closes #1738. --- tests/writer.dokuwiki | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests') 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:
//orange//

orange fruit

{ orange code block } ->

orange block quote

+>

orange block quote

+ 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.)) -- cgit v1.2.3