Switch to using DocumenterMermaid.jl
than manual HTML-tag
based Mermaid.
#149
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
DocumenterMermaid.jl seems much better option rather than using
HTML
-tag based Mermaid. For some folks, It can be hectic converting mermaid charts by 'manually' addingHTML
tags to render them.This saves time going through HTML documentation. I have checked out
project.toml
, but didn't found it's use yet.Describe the solution you’d like
DocumenterMermaid.jl
seems more natural extension of using Mermaid in julia. Maybe consider shifting to using DocumenterMermaid.jl/. With this, folks can easily add their Mermaid schematics to docstrings without wasting time. I have also noticed some minor changes using default schematics between Mermaid andMermaid-HTML
tags which is the Mermaid renders blocks with better fit, but HTML based method has slghtly larger boxes, even for default verion.Thanks for your consideration.
The text was updated successfully, but these errors were encountered: