aboutsummaryrefslogtreecommitdiff
path: root/data/example.md
blob: 45b29de7c85b98d1eb8ab499fd3d7b551b7c7b8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Heading
=======

Sub-heading
-----------

# Alternative heading #

Paragraphs are separated
by a blank line.

Two spaces at the end of a line  
produce a line break.

Text attributes _italic_, **bold**, `monospace`.

Horizontal rule:

---

Bullet lists nested within numbered list:

1. fruits
    * apple
    * banana
2. vegetables
    - carrot
    - broccoli

A [link](http://example.com).

![Image](Icon-pictures.png "icon")

> Markdown uses email-style
characters for blockquoting.
>
> Multiple paragraphs need to be prepended individually.

Most inline <abbr title="Hypertext Markup Language">HTML</abbr> tags are supported.