|
1
|
|
|
2
|
Markdown Formatter Test Document |
|
3
|
================================ |
|
4
|
|
|
5
|
This document is designed to test the markdown formatter. |
|
6
|
|
|
7
|
* A bullet item. |
|
8
|
* A subitem |
|
9
|
* Second bullet |
|
10
|
|
|
11
|
More text |
|
12
|
|
|
13
|
1. Enumeration |
|
14
|
1.1. Subitem 1 |
|
15
|
1.2. Subitem 2 |
|
16
|
2. Second enumeration. |
|
17
|
|
|
18
|
Another paragraph. |
|
19
|
|
|
20
|
|
|
21
|
|
|
22
|
Other Features |
|
23
|
-------------- |
|
24
|
|
|
25
|
Text can show *emphasis* or _emphasis_ or **strong emphassis**. |
|
26
|
|