aboutsummaryrefslogblamecommitdiff
path: root/data/example.md
blob: 45b29de7c85b98d1eb8ab499fd3d7b551b7c7b8d (plain) (tree)





































                                                                                  
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.