Open ajalt opened 4 years ago
Got the same problem. Because of this, paragraphs are parsed incorretly on Windows.
Could you please fix this? We use the library in https://github.com/SciProgCentre/snark site byuilder and incorrect render of Markdown produced on Windows is annoying.
This is a huge failing of this library today. I can search and replace line endings in advance, but then the need to map source ranges back becomes a huge bother.
The CommmonMark spec requires CR and CRLF to be supported as line endings, but this library parses CRLF incorrectly. For example:
parses as:
and renders as: