Markdown: Add an option to diable heading link generation
Open
- Dominant language
- Java
- Stars
- 6.1k
- Forks
- 537
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 4
Description
I often have hyperlinks as part of my headings. Things such as:
``` markdown
## There is a [link](http://localhost/) here
```
That generally works fine, however in Markor it results in HTML generated like so:
``` html
There is a link here
```
So I end up with nested hyperlinks.
Would it be possible to have an option to not generate the anchor hyperlinks (but still generate IDs for headings)? Thanks.
### Information
**Android version:** 13
**Device:** Samsung A53
**App Version:** 2.11.1 (148)
### Source
F-Droid
### Format / File type
Markdown
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.