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