72 lines
721 B
Text
72 lines
721 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 & low
|
||
|
|
||
|
Gödel
|
||
|
|
||
|
̉પ
|
||
|
|
||
|
== comments ==
|
||
|
|
||
|
inline<!-- secret --> comment
|
||
|
|
||
|
<!-- secret -->
|
||
|
|
||
|
between blocks
|
||
|
|
||
|
<!-- secret -->
|
||
|
|
||
|
== linebreaks ==
|
||
|
|
||
|
hi<br/>there
|
||
|
|
||
|
hi<br>
|
||
|
there
|
||
|
|