Text using Markdown syntax |
---|
Heading
=======
## Sub-heading
Paragraphs are separated
by a blank line.
Two spaces at the end of a line
produces a line break.
Text attributes _italic_,
**bold**, `monospace`.
Horizontal rule:
---
Bullet list:
* apples
* oranges
* pears
Numbered list:
1. wash
2. rinse
3. repeat
A [link](http://example.com).

> Markdown uses email-style > characters for blockquoting.
Inline HTML is supported.
|
Corresponding HTML produced by a Markdown processor |
---|
<h1>Heading</h1> <h2>Sub-heading</h2> <p>Paragraphs are separated by a blank line.</p><p>Two spaces at the end of a line<br/> produces a line break.</p> <p>Text attributes <i>italic</i>, <b>bold</b>, <code>monospace</code>.</p> <p>Horizontal rule:</p> <hr /> <p>Bullet list:</p> <p>Numbered list:</p> <p>A <a href=”http://caribooagency.ca/” >link</a>.</p> <img src=”https://allegra.ca/wp-content/uploads/2018/02/web-design.png” alt=”Image” /> <blockquote> |
Text using Markdown syntax |
---|
HeadingSub-headingParagraphs are separated Two spaces at the end of a line Text attributes italic, bold, Horizontal rule: Bullet list:
Numbered list:
A link.
Inline HTML is supported. |