diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-02-07 20:21:58 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-02-07 20:21:58 -0800 |
commit | 0a1cd2531243d2fd82e442448602705ac9174873 (patch) | |
tree | d9ee294bfe88e14932b84dae8f42525d2ea0d9a0 /tests/dokuwiki_inline_formatting.dokuwiki | |
parent | fb7a03dcda6872e5f41c16783dc66244805ac44a (diff) | |
parent | 0c18f3a854efaba54367f66d0f572afcab7d57f0 (diff) | |
download | pandoc-0a1cd2531243d2fd82e442448602705ac9174873.tar.gz |
Merge pull request #1925 from timtylin/patch/prettyLineBreaks
Append newline to the LineBreak of various writers
Diffstat (limited to 'tests/dokuwiki_inline_formatting.dokuwiki')
-rw-r--r-- | tests/dokuwiki_inline_formatting.dokuwiki | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/dokuwiki_inline_formatting.dokuwiki b/tests/dokuwiki_inline_formatting.dokuwiki index dd5cb52b4..262094184 100644 --- a/tests/dokuwiki_inline_formatting.dokuwiki +++ b/tests/dokuwiki_inline_formatting.dokuwiki @@ -6,7 +6,8 @@ Some people use single underlines for //emphasis//. Above the line is <sup>superscript</sup> and below the line is <sub>subscript</sub>. -A line\\ break. +A line\\ +break. hello %%//%% world %%**%% from %%__%% me |