dundalek / dundalek/markmap

Links with headers/anchors break

Open
#28 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2k
Forks
185
PR merge metrics
No merged PRs in 30d

Description

`home.md`
```md
# Root

[a link](file/somwhere.md)
```
`file/somwhere.md`
```md
# somewhere
- over the rainbow
# elsewhere
- idk
```
works nicely

but if you try this it doesn't...
`home.md`
```md
# Root

[a link](file/somwhere.md#elsewhere)
```
It tries to make a file named `somwhere.md#elsewhere` when clicked

Similarly, `[a link](#elsewhere)` tries to make a file called `#elsewhere`.

---

I am using this in the atom extension but I think it probably has to do with this project missing the feature.

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.