site-aurore/markdown/13-04-2019-Éxemple/13-04-2019-Éxemple.md

37 lines
No EOL
546 B
Markdown

Heading 1
=========
## 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
An [example](http://example.com)
> Markdown uses email-style > characters for blockquoting.
Inline <abbr title="Hypertext Markup Language">HTML</abbr> is supported.
![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)