diff options
author | claremacrae <github@cfmacrae.fastmail.co.uk> | 2013-08-18 09:15:33 +0100 |
---|---|---|
committer | claremacrae <github@cfmacrae.fastmail.co.uk> | 2013-08-18 09:15:33 +0100 |
commit | 288329044a63331658079aa9db57b46fe204b6b9 (patch) | |
tree | e1b15d02f16878ddef5a10be64430a95f44e09d9 /tests | |
parent | b5b622f5b821ed5624b0ce2f29d1bddd0100bd04 (diff) | |
download | pandoc-288329044a63331658079aa9db57b46fe204b6b9.tar.gz |
Stop plain text ** and __ becoming formatting in dokuwiki writer (#386)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dokuwiki-writer.dokuwiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dokuwiki-writer.dokuwiki b/tests/dokuwiki-writer.dokuwiki index 2e5d2fc1c..6ddacc480 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%%'' |