blob: 9c28d65b6c3e2c01651e8784a9eca6e45a410fe4 [file] [log] [blame]
-- input --
Text.
1. List
2. Not indented, not a list.
3. Another list.
-- gofmt --
Text.
1. List
2. Not indented, not a list.
3. Another list.
-- text --
Text.
1. List
2. Not indented, not a list.
3. Another list.
-- markdown --
Text.
1. List
2\. Not indented, not a list.
3. Another list.
-- html --
<p>Text.
<ol>
<li>List
</ol>
<p>2. Not indented, not a list.
<ol>
<li value="3">Another list.
</ol>