+++ title = "CommonMark" +++ *Italic* _Italic_ **Bold** __Bold__ # Heading 1 ## Heading 2 ### Heading 3 #### Heading 4 ##### Heading 5 ###### Heading 6 [Link](http://a.com) ![Image](https://dummyimage.com/mediumrectangle) > Blockquote * List * List * List - List - List - List 1. One 2. Two 3. Three 1) One 2) Two 3) Three --- *** `Inline code` with backticks ``` # code block print '3 backticks or' print 'indent 4 spaces' ``` # code block print '3 backticks or' print 'indent 4 spaces'