LuxDL / DocumenterVitepress.jl

Documentation with Documenter.jl and VitePress
https://luxdl.github.io/DocumenterVitepress.jl/
MIT License
63 stars 9 forks source link

Vitepress auto-slugifies? vs Documenter, links in headers #107

Open lazarusA opened 3 months ago

lazarusA commented 3 months ago

The following has issues:

### [wiki](https://www.wikipedia.org) (Wikipidia example)

its changed into

[wiki](https://www.wikipedia.org/) (Wikipidia example) {#[wiki](https://www.wikipedia.org/)-(Wikipidia-example)}

by DV, it should be left unchanged, the expected form by vitepress.

The additional string seems to be a combination of the actual link and the text in parenthesis.

asinghvi17 commented 2 months ago

In this case we could look at using something like Documenter.mdflatten. I have no idea how Documenter does it, though...