...
1-- input --
2Text.
3 1. List
42. Not indented, not a list.
5 3. Another list.
6
7-- gofmt --
8Text.
9 1. List
10
112. Not indented, not a list.
12 3. Another list.
13
14-- text --
15Text.
16 1. List
17
182. Not indented, not a list.
19 3. Another list.
20
21-- markdown --
22Text.
23
24 1. List
25
262\. Not indented, not a list.
27
28 3. Another list.
29
30-- html --
31<p>Text.
32<ol>
33<li>List
34</ol>
35<p>2. Not indented, not a list.
36<ol>
37<li value="3">Another list.
38</ol>
View as plain text