An error occurred while fetching the assigned iteration of the selected issue.
Markdown should not mangle explicit List Index
When writing out normal text that starts with a number and period, the markdown processing reindexes the number. This is unexpected as it is just normal text. I think reindexing should only happen if the first item starts with 1.
1. do this
2. do that
Currently, it will result in:
1. do this
1. do that
mangle, trample, cc gitterHQ/marked#6