JetBrains / JetBrains/markdown

Support for footnote syntax

Open
#118 0 comments 4 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
958
Forks
104
Avg merge
17h 30m
Merged PRs (30d)
12

Description

I'd love to see support for footnotes, e.g.

```markdown
The system can only support single-environment deployment.
This limits our capacity.
While we work on a solution[^prod_pr_open],
we'll continue to adjust resources in the primary environment.

[^prod_pr_open]: Work for deployment to multiple environments exists in a draft PR.
```

renders as such in GitHub, GitLab, goldmark, pandoc, and others (but is not yet a part of [Commonmark](https://spec.commonmark.org)):

---

The system can only support single-environment deployment.
This limits our capacity.
While we work on a solution[^prod_pr_open],
we'll continue to adjust resources in the primary environment.

---

[^prod_pr_open]: Work for deployment to multiple environments exists in a draft PR.

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.