First of all, amazing crate being able to embed diagrams in the documentation is great!
I'm currently building an embedded DSL and part of my functionally is exporting diagrams of several kinds.
Logically, embedding them in the documentation would be the next step and hence I started using aquamarine.
During the process I noticed my diagrams were correct according to the Live Editor, but when rendered they would be missing the decision diamond for example.
Hello!
First of all, amazing crate being able to embed diagrams in the documentation is great!
I'm currently building an embedded DSL and part of my functionally is exporting diagrams of several kinds. Logically, embedding them in the documentation would be the next step and hence I started using aquamarine.
During the process I noticed my diagrams were correct according to the Live Editor, but when rendered they would be missing the decision diamond for example.
This is the current renderization:
I tried upgrading mermaid.js to the newest version and suddenly the diagrams present in
main.rs
work.But using the current version I get this:
If you're wondering why I am using
#[doc="..."]
:quote!
the docs like this///
and the same thing happenedAny idea what the problem might be? I'd be more than glad to help since this is a valuable feature for my crate but I'd need some guidance.