aboutsummaryrefslogtreecommitdiff
path: root/tests/dokuwiki-writer.dokuwiki
diff options
context:
space:
mode:
authorclaremacrae <github@cfmacrae.fastmail.co.uk>2013-08-18 08:13:34 +0100
committerclaremacrae <github@cfmacrae.fastmail.co.uk>2013-08-18 08:13:34 +0100
commit6d484bc55e2bc8d318b0727bcd88e4ceea795329 (patch)
tree672baeca2c6d16524f7e4dc934106bb4e68ff3bb /tests/dokuwiki-writer.dokuwiki
parent2a4bbe5d4f433648be8b8ddb6079e5e09153d722 (diff)
downloadpandoc-6d484bc55e2bc8d318b0727bcd88e4ceea795329.tar.gz
Treat inline code blocks like <code> instead of <tt> in dokuwiki writer (#386)
Done because I noticed that in the Autolinks section of writer.dokuwiki, the URL in inlined code was getting auto-linked, when it wasn't supposed to. This also meant that any inline code examples that had text that looked like dokuwiki syntax could break the formatting of later text.
Diffstat (limited to 'tests/dokuwiki-writer.dokuwiki')
-rw-r--r--tests/dokuwiki-writer.dokuwiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dokuwiki-writer.dokuwiki b/tests/dokuwiki-writer.dokuwiki
index dbffb7a0e..44f06f777 100644
--- a/tests/dokuwiki-writer.dokuwiki
+++ b/tests/dokuwiki-writer.dokuwiki
@@ -1,3 +1,3 @@
hello // world ** from __ me
-''hello %%//%% world ** from __ me''
+''%%hello // world ** from __ me%%''