pandoc/tests/mediawiki-reader.wiki

72 lines
721 B
Text
Raw Normal View History

= header =
== header level two ==
===header level 3===
====header ''level'' four====
===== header level 5 =====
====== header level 6 ======
======= not a header ========
== not a header ==
== emph and strong ==
''emph'' '''strong'''
'''''strong and emph'''''
'''''emph inside'' strong'''
'''strong with ''emph'''''
'''''strong inside''' emph''
== horizontal rule ==
top
----
bottom
----
== nowiki ==
<nowiki>''not emph''</nowiki>
== strikeout ==
<strike> This is ''struck out''</strike>
== entities ==
hi & low
hi &amp; low
G&ouml;del
&#777;&#xAAA;
== comments ==
inline<!-- secret --> comment
<!-- secret -->
between blocks
<!-- secret -->
== linebreaks ==
hi<br/>there
hi<br>
there