JetBrains / JetBrains/markdown

LINK_LABEL is parced differently in references and definitions

Open
#77 0 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.