-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRLF line endings are not parsed correctly. #49
Comments
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:
The text was updated successfully, but these errors were encountered: