blob: 262094184c17a53d2d909cb2f2195442769f80d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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%%''
|