Markdown - prevention of accidental numbered lists is breaking ones with paragraph breaks between items
I added some custom pre-processing to the markdown parser to try to prevent people from inadvertently creating numbered lists when they type things like "1975. It was a long time ago."
However, this is breaking numbered lists with a paragraph break between items, like:
1. First item
2. Second item
3. Third item