# h1
## h2
### h3
#### h4
##### h5
start line with one blank space to make it twisty
###### h6
H1
======
H2
-
Here is the big paragraph. And it is big.
The paragraph is biiig…
Here is second big para.
___
I love **bold** and __bold__ text.
And *italics* too is _great_.
Some ***bold*** and italics texts:
___bold___
**_bold_**
__*bold*__
_**bold**_
*__bold__*
___
> block quotes
> block 2
>
> ### heading
> - list1
> - list 2
> second para
>> nested block quote
>>
___
## ordered list
0. just start a list with number integer
1. item2
1. item
1. sub item 1
1. sub item 2
___
## unordered list
- start with dash
* asterisk
+ or start with plus
* sub item 1
paragraph add 4 spaces
or add tabs
* sub
* sub
> block quote
* a
* sd
<html>
<body>html code</body>
</html>
* dd
* next
___
## Image

___
## code
This is inline code `int ultimateVariable = 99;` example.
Example code `in