HTML test case format

bold, ! can be bold too, and !
italic
bolditalic
underline
monospace or monospace
strike-through
superscript
subscript

Heading

Subheading

About this

Explicit id

Line 1
Line 2
  1. Item 1
    1. Item 1.a
    2. Item 1.b
      1. Item 1.b.i
      2. Item 1.b.ii
  2. Item 2
llama
some kind of mammal, with hair
ppython
some kind of reptile, without hair (can you spot the typo?)
def HelloWorld():
	print "Hello World"
	
My reply text
Cell 1 Cell 2 Cell 3
Cell 4 Cell 5 Cell 6
#!python
	class Test:

	def __init__(self):
	   print "Hello World"
	if __name__ == '__main__':
	Test()