From efe74746d881828723d2af79d1097794a21aee54 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 4 Nov 2020 22:38:14 -0800 Subject: DokuWiki writer: translate language names for code elements... ...and improve whitespace. Closes #6807. --- test/writer.dokuwiki | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'test/writer.dokuwiki') diff --git a/test/writer.dokuwiki b/test/writer.dokuwiki index 5e6773799..8f8124db7 100644 --- a/test/writer.dokuwiki +++ b/test/writer.dokuwiki @@ -56,6 +56,7 @@ sub status { print "working"; } + A list: - item one @@ -87,6 +88,7 @@ sub status { this code block is indented by one tab + And: @@ -95,6 +97,7 @@ And: These should not be escaped: \$ \\ \> \[ \{ + ---- ====== Lists ====== @@ -277,6 +280,7 @@ Multiple blocks with italics: { orange code block } + >

orange block quote

@@ -343,11 +347,13 @@ This should be a code block, though: foo + As should this:
foo
+ Now, nested: foo @@ -375,6 +381,7 @@ Code block: + Just plain comment, with trailing spaces on the line: @@ -385,6 +392,7 @@ Code:
+ Hr’s: @@ -571,6 +579,7 @@ This should [not][] be a link. [not]: /url + Foo [[url/|bar]]. Foo [[url/|biz]]. @@ -603,6 +612,7 @@ Auto-links should not occur here: ''%%%%'' or here: + ---- ====== Images ====== @@ -626,6 +636,7 @@ Subsequent blocks are indented to show that they belong to the footnote (as with { } + If you want, you can indent every line, but you can also be lazy and just indent the first line of each block. )) This should //not// be a footnote reference, because it contains a space.[^my note] Here is an inline note.((This is //easier// to type. Inline notes may contain [[http://google.com|links]] and ''%%]%%'' verbatim characters, as well as [bracketed text]. )) -- cgit v1.2.3