diff options
Diffstat (limited to 'tests/dokuwiki_inline_formatting.dokuwiki')
-rw-r--r-- | tests/dokuwiki_inline_formatting.dokuwiki | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/dokuwiki_inline_formatting.dokuwiki b/tests/dokuwiki_inline_formatting.dokuwiki new file mode 100644 index 000000000..dd5cb52b4 --- /dev/null +++ b/tests/dokuwiki_inline_formatting.dokuwiki @@ -0,0 +1,13 @@ +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%%'' |