# section
## subsection
### subsubsection
#### etc etc etc
**bold**
''italic'' (two single quotes, not double quote)
``varbatim``
a link [[this is a title http://example.com]]
an image [[this is a title http://example.com right 200px]]
a video [[this is a title http://example.come video]]
a audio [[this is a title http://example.come audio]]
an anchor [[myanchor]]
link to anchor [[this is a title #myancohr]]
bold link [[**this is a title** http://example.com]]
automatic links http://example.com
``
def inex():
return "multiline code"
``:language
- unordered
- list
+ oredered
+ list
table example
-------------
0 | 0 | 1
0 | X | 0
X | 0 | 0
-------------