Differences from traditional Markdown →
# Topmost heading ## Second heading ###### Smallest heading > A quotation. > Lasts here too. *Italic* **Bold** --strike-- _Italic_ __Bold__ `Code` [Link text](http://google.com) ![Image alt](http://google.com/logo.png) <cut text="Text for Read more link."> or just <cut> * Unordered list * Second item - Another marker 1. Ordered list 2. Another item - Nested list ``` Code block Multiline ``` ```HTML <!DOCTYPE html> <html lang="ru"> ``` Table Header | Second Cell ------------- | ------------ Content of 1 | Content of 2 Second row | Another column