JetBrains / JetBrains/markdown
LINK_LABEL is parced differently in references and definitions
Open
- Dominant language
- Kotlin
- Stars
- 958
- Forks
- 104
- Avg merge
- 17h 30m
- Merged PRs (30d)
- 12
Description
```markdown
[link][1]
[1]: some.url
```
In the full reference the LINK_LABEL is parsed as Composed node with '['+ TEXT + ']' as children
In the link definition the LINK_LABEL is parsed as Leaf node with '[TEXT]' as text with no children.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.