Sign in
dart
/
tools.git
/
501bbaf0
/
.
/
pkgs
/
markdown
/
test
/
original
/
ordered_lists.unit
blob: 277dba935ba71d2f1affc7d002c2041c240a2c5a [
file
]
>>>
start
with
numbers
1.
one
45.
two
12345.
three
<<<
<ol><li>
one
<
/li><li>two</
li
><
li
>
three
<
/li></
ol
>
>>>
allow unordered lines after first
1.
a
*
b
<<<
<ol><li>
a
<
/li><li>b</
li
></
ol
>