pandoc/tests/mediawiki-reader.wiki
2012-09-12 19:15:34 -07:00

99 lines
926 B
Text

= 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
== : indents ==
hi
: there
bud
hi
:: there
bud
== p tags ==
hi there
<p>
bud
<p>
another
</p>
== raw html ==
hi <span style="color:red">''there''</span>.
<div class="special">
hi ''there''
</div>