JetBrains / JetBrains/markdown
LINK_DESTINATION should not allow EOL
Open
- Dominant language
- Kotlin
- Stars
- 958
- Forks
- 104
- Avg merge
- 17h 30m
- Merged PRs (30d)
- 12
Description
According to spec, link destination cannot contain line endings: see https://spec.commonmark.org/0.30/#example-490
But that sample is parsed into INLINE_LINK with LINK_DESTINATION that consists of
`Markdown:<` `Markdown:TEXT` `Markdown:EOL` `Markdown:TEXT` `Markdown:>`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.