-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Diagrams not correctly included with DocumenterVitepress #12
Comments
DocumenterMermaid works only with the standard Documenter HTML output. I assume DocumenterVitepress just has a fallback render for unfamiliar blocks. Maybe @asinghvi17 has some thoughts? Or if there is a Vitepress-compatible approach for mermaid diagrams? I actually think it would be quite reasonable to add DocumenterVitepress support to this package, probably via package extensions. It would need some DocumenterVitepress version of this: DocumenterMermaid.jl/src/DocumenterMermaid.jl Lines 29 to 39 in ead5257
|
@mortenpi this could be what you're looking for (example for DocumenterCitations.jl) |
There's a Vitepress plugin for mermaid, so I imagine it shouldn't be hard! We'd just have to add that and define a render function for https://emersonbottero.github.io/vitepress-plugin-mermaid/guide/getting-started.html |
This package is not working for me. Instead I get these text messages in the HTML:
I'm using Julia 1.11.2 with Documenter 1.8.0, DocumenterVitepress 0.1.6.
The text was updated successfully, but these errors were encountered: