gsantner / gsantner/markor

Markdown: Add an option to diable heading link generation

Open
#2,191 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.