format basic font styles

This commit is contained in:
Elan Ruusamäe 2012-06-19 23:50:03 +02:00
parent 5adb9db834
commit af210c27f2
2 changed files with 13 additions and 4 deletions

View file

@ -4,3 +4,11 @@
=== Header 3 ===
==== Header 4 ====
===== Header 5 =====
= Font styles =
{{{
Normal text, ''emphasized'', '''strong''', __underline__, ,,subscript,,, ^superscript^, `typewriter` and {{{typewriter}}}.
}}}
Normal text, ''emphasized'', '''strong''', __underline__, ,,subscript,,, ^superscript^, `typewriter` and {{{typewriter}}}.