diff options
| author | claremacrae <github@cfmacrae.fastmail.co.uk> | 2013-08-17 22:28:07 +0100 |
|---|---|---|
| committer | claremacrae <github@cfmacrae.fastmail.co.uk> | 2013-08-17 22:28:07 +0100 |
| commit | 2a4bbe5d4f433648be8b8ddb6079e5e09153d722 (patch) | |
| tree | 8739c292b3ffa118447e7243bfab1804d8910ee5 /tests/dokuwiki-writer.dokuwiki | |
| parent | 84c2c5f01d82008be2a3248ff8e58d2b9bacc8bc (diff) | |
| download | pandoc-2a4bbe5d4f433648be8b8ddb6079e5e09153d722.tar.gz | |
Nasty hack to stop C comments in inline code becoming italics in dokuwiki writer (#386)
Diffstat (limited to 'tests/dokuwiki-writer.dokuwiki')
| -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 d6ab65d66..dbffb7a0e 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'' |
