JetBrains / markdown

Markdown parser written in kotlin
Apache License 2.0
682 stars 75 forks source link

Undesirable behaviour with carriage return. #148

Open Pixelguymm opened 7 months ago

Pixelguymm commented 7 months ago

When files are formatted to use \r\n for newlines, it can cause some undesirable behaviour when parsing.

For example:

Essentially any syntax that requires a new line will fail.

KvanTTT commented 6 months ago

I confirm. Tests are completely mess on Windows with \r\n line breaks.

ajalt commented 5 months ago

This is a duplicate of #49