mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
17 lines
158 B
Markdown
17 lines
158 B
Markdown
|
Here's a regular ordered list:
|
||
|
|
||
|
1. one
|
||
|
2. two
|
||
|
3. three
|
||
|
|
||
|
Here's one with repeating numbers:
|
||
|
|
||
|
1. one
|
||
|
1. two
|
||
|
|
||
|
Here's one with large numbers:
|
||
|
|
||
|
123. one
|
||
|
123. two
|
||
|
|