diff options
| author | Clare Macrae <github@cfmacrae.fastmail.co.uk> | 2014-07-02 22:40:34 +0100 |
|---|---|---|
| committer | Clare Macrae <github@cfmacrae.fastmail.co.uk> | 2014-07-02 22:40:34 +0100 |
| commit | 0c6f06b8a493bf9bc578a0b882939bac130e16f0 (patch) | |
| tree | 9807b396998e27ae9bce4760b3b57eee5356cc7b /tests | |
| parent | 7647d87657b324b268e7d1bf1b6fe9056312d55e (diff) | |
| download | pandoc-0c6f06b8a493bf9bc578a0b882939bac130e16f0.tar.gz | |
DokuWiki writer: Span no longer swallows text
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/dokuwiki.inline_formatting.dokuwiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dokuwiki.inline_formatting.dokuwiki b/tests/dokuwiki.inline_formatting.dokuwiki index 2faf49eec..e02596e6c 100644 --- a/tests/dokuwiki.inline_formatting.dokuwiki +++ b/tests/dokuwiki.inline_formatting.dokuwiki @@ -2,7 +2,7 @@ Regular text //italics// **bold //bold italics//**. This is Small Caps, and this is <del>strikethrough</del>. -Some people use . +Some people use single underlines for //emphasis//. Above the line is <sup>superscript</sup> and below the line is <sub>subscript</sub>. |
