aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorclaremacrae <github@cfmacrae.fastmail.co.uk>2013-07-28 18:42:53 +0100
committerclaremacrae <github@cfmacrae.fastmail.co.uk>2013-07-28 18:42:53 +0100
commit51b8ce49f1c98f22987463cf891c8f20e4a9da54 (patch)
treee7f62af0a38fd1039e8e05e6f44b55d92465cadb /tests
parentb77d4456eaf871896ad7555607f968aa2ad9ad7c (diff)
downloadpandoc-51b8ce49f1c98f22987463cf891c8f20e4a9da54.tar.gz
Implemented linebreaks in dokuwiki writer (#386)
Diffstat (limited to 'tests')
-rw-r--r--tests/writer.dokuwiki3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/writer.dokuwiki b/tests/writer.dokuwiki
index 7ffd254ef..0d03ea8b3 100644
--- a/tests/writer.dokuwiki
+++ b/tests/writer.dokuwiki
@@ -36,7 +36,8 @@ In Markdown 1.0.0 and earlier. Version 8. This line turns into a list item. Beca
Here’s one with a bullet. * criminey.
-There should be a hard line break<br />here.
+There should be a hard line break\\
+here.
----