JetBrains / JetBrains/markdown
Undesirable behaviour with carriage return.
Open
- Dominant language
- Kotlin
- Stars
- 958
- Forks
- 104
- Avg merge
- 17h 30m
- Merged PRs (30d)
- 12
Description
When files are formatted to use `\r\n` for newlines, it can cause some undesirable behaviour when parsing.
For example:
- Text separated by a blank line will be placed in the same paragraph.
- Code blocks won't be closed.
- Horizontal rules won't get parsed.
- etc.
Essentially any syntax that requires a new line will fail.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.