From 3e95fd586dfc286cb1bb7300521ccd2a6d11bc1f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 13 Jul 2014 16:15:45 -0700 Subject: Use raw HTML for complex block quotes. As far as I can see, dokuwiki markup is pretty limited in what can go in a `>` block quote: just a single line of paragraph text. (#1398) --- tests/writer.dokuwiki | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/writer.dokuwiki') diff --git a/tests/writer.dokuwiki b/tests/writer.dokuwiki index e1844d62a..9801ed262 100644 --- a/tests/writer.dokuwiki +++ b/tests/writer.dokuwiki @@ -47,7 +47,8 @@ E-mail style: > This is a block quote. It is pretty short. -> Code in a block quote: +
+Code in a block quote: sub status { print "working"; @@ -62,7 +63,7 @@ Nested block quotes: > nested > nested - +
This should not be a block quote: 2 > 1. And a following paragraph. -- cgit v1.2.3