pandoc/tests/dokuwiki_inline_formatting.dokuwiki
Tim Lin 0c18f3a854 Append newline to the LineBreak of various writers
This change improves output formatting of content with a large amount of force line breaks, such as line-blocks. The following writers are affected:

* Dokuwiki
* HTML
* EPUB (via HTML)
* LaTeX
* MediaWiki
* OpenDocument
* Texinfo

This commit resolves #1924
2015-02-04 22:42:22 -08:00

14 lines
347 B
Text

Regular text //italics// **bold //bold italics//**.
This is Small Caps, and this is <del>strikethrough</del>.
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.
hello %%//%% world %%**%% from %%__%% me
''%%hello // world ** from __ me%%''