LuxDL / DocumenterVitepress.jl

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

v0.0.20 seems to have broken Markdown.Link #134

Closed avik-pal closed 2 weeks ago

avik-pal commented 1 month ago

Sorry for being vague, I am myself not sure what is exactly broken, but CI started to fail since the release

See https://buildkite.com/julialang/lux-dot-jl/builds/2146#018f7cea-e5d8-44b6-9f15-0a14f952a577/564-7443. Builds were fine before that.

asinghvi17 commented 1 month ago

Thanks for the report - this seems to be because the header string is now wrapped in replace(..., "'" => "\\'") when building the sidebar. I should be able to get a fix out today.

avik-pal commented 2 weeks ago

This is now fixed. Thanks