DocumenterVitepress.jl icon indicating copy to clipboard operation
DocumenterVitepress.jl copied to clipboard

Vitepress auto-slugifies? vs Documenter, links in headers

Open lazarusA opened this issue 1 year ago • 1 comments

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.

lazarusA avatar Apr 02 '24 23:04 lazarusA

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

asinghvi17 avatar Apr 07 '24 13:04 asinghvi17