Nathan Jervis
Nathan Jervis
Yes I know Markdown does automatically number, which means that this still produces the correct output, but it's an inconvenience when it works one way if you have a `2.`...
Okay sweet. I can see where the code is, so I'll do a pull request then?
Do you want me to make it configurable or just always try to increment?
Okay, I'm working on getting it configurable now. I have 4 options currently, should all 4 of these be options? 1. `Increment` - Always increment 2. `Repeat` - Always repeat...
I got the 404 with github as well. I'll post a fiddler log later when I'm on my other computer
A problem with the current parser is that it groups multiple lines together, and then it analyzes it line by line. This means it needs to parse twice because there...