Example Markdown

Văn bản thô sử dụng MarkdownMã HTML sinh ra khi chuyển đổiHiển thị
Heading=======## Sub-heading Paragraphs are separatedby a blank line.Two spaces at the end of a line  produce a line break.Text attributes _italic_, **bold**, `monospace`.Horizontal rule:---Bullet list:  * apples  * oranges  * pearsNumbered list:  1. wash  2. rinse  3. repeatA [link](http://example.com).![Image](Image_icon.png)> Markdown uses email-style > characters for blockquoting.Inline <abbr title="Hypertext Markup Language">HTML</abbr> is supported.
<h1>Heading</h1><h2>Sub-heading</h2><p>Paragraphs are separatedby a blank line.</p><p>Two spaces at the end of a line<br />produce a line break.</p><p>Text attributes <em>italic</em>, <strong>bold</strong>, <code>monospace</code>.</p><p>Horizontal rule:</p><hr /><p>Bullet list:</p><ul><li>apples</li><li>oranges</li><li>pears</li></ul><p>Numbered list:</p><ol><li>wash</li><li>rinse</li><li>repeat</li></ol><p>A <a href="http://example.com">link</a>.</p><p><img alt="Image" src="Image_icon.png" /></p><blockquote><p>Markdown uses email-style &gt; characters for blockquoting.</p></blockquote><p>Inline <abbr title="Hypertext Markup Language">HTML</abbr> is supported.</p>
Heading