diff options
author | claremacrae <github@cfmacrae.fastmail.co.uk> | 2013-07-28 18:42:53 +0100 |
---|---|---|
committer | claremacrae <github@cfmacrae.fastmail.co.uk> | 2013-07-28 18:42:53 +0100 |
commit | 51b8ce49f1c98f22987463cf891c8f20e4a9da54 (patch) | |
tree | e7f62af0a38fd1039e8e05e6f44b55d92465cadb /tests | |
parent | b77d4456eaf871896ad7555607f968aa2ad9ad7c (diff) | |
download | pandoc-51b8ce49f1c98f22987463cf891c8f20e4a9da54.tar.gz |
Implemented linebreaks in dokuwiki writer (#386)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.dokuwiki | 3 |
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. ---- |