diff options
author | Clare Macrae <github@cfmacrae.fastmail.co.uk> | 2014-07-02 22:26:11 +0100 |
---|---|---|
committer | Clare Macrae <github@cfmacrae.fastmail.co.uk> | 2014-07-02 22:26:11 +0100 |
commit | 7647d87657b324b268e7d1bf1b6fe9056312d55e (patch) | |
tree | aaaa4073e2f97c7a4a23425840b2c1d0bf6a0418 /tests/dokuwiki.inline_formatting.dokuwiki | |
parent | 23d71b13e7b462229427e2437a8dd9c8f72d72f1 (diff) | |
download | pandoc-7647d87657b324b268e7d1bf1b6fe9056312d55e.tar.gz |
DokuWiki writer: Add new test showing that span swallows content.
Diffstat (limited to 'tests/dokuwiki.inline_formatting.dokuwiki')
-rw-r--r-- | tests/dokuwiki.inline_formatting.dokuwiki | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/dokuwiki.inline_formatting.dokuwiki b/tests/dokuwiki.inline_formatting.dokuwiki new file mode 100644 index 000000000..2faf49eec --- /dev/null +++ b/tests/dokuwiki.inline_formatting.dokuwiki @@ -0,0 +1,9 @@ +Regular text //italics// **bold //bold italics//**. + +This is Small Caps, and this is <del>strikethrough</del>. + +Some people use . + +Above the line is <sup>superscript</sup> and below the line is <sub>subscript</sub>. + +A line\\ break. |