blob: a5128e5b7c06527c4f4bcc00d497e3faa9e468e7 [file] [log] [blame]
-- input --
Text.
1. One
999999999999999999999. Big
1000000000000000000000. Bigger
1000000000000000000001. Biggest
-- gofmt --
Text.
1. One
999999999999999999999. Big
1000000000000000000000. Bigger
1000000000000000000001. Biggest
-- text --
Text.
1. One
999999999999999999999. Big
1000000000000000000000. Bigger
1000000000000000000001. Biggest
-- markdown --
Text.
1. One
999999999999999999999. Big
1000000000000000000000. Bigger
1000000000000000000001. Biggest
-- html --
<p>Text.
<ol>
<li>One
<li value="999999999999999999999">Big
<li>Bigger
<li>Biggest
</ol>