[feature request] Custom Heading IDs
Open
- Dominant language
- JavaScript
- Stars
- 10.1k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
It would be great if custom heading IDs as described here: https://www.markdownguide.org/extended-syntax/#heading-ids would be supported in codimd.
This would allow making intra-document links with predictable and stable identifiers.
```markdown
## Chapter 2: Examples for Links {#links-examples}
...
## Chapter 3
Reference to [links](#links-examples)
```
Contributor guide
Assessment
This issue has not been assessed yet.