Closed christianbraeunlich closed 2 years ago
This PR attempts to enable Mermaid.
Mermaid: https://mermaid-js.github.io/mermaid/ Docsy - Diagrams with Mermaid: https://www.docsy.dev/docs/adding-content/diagrams-and-formulae/#diagrams-with-mermaid
Example:
graph LR Start --> Need{"Do I need diagrams"} Need -- No --> Off["Set params.mermaid.enable = false"] Need -- Yes --> HaveFun["Great! Enjoy!"]
This PR attempts to enable Mermaid.
Mermaid: https://mermaid-js.github.io/mermaid/ Docsy - Diagrams with Mermaid: https://www.docsy.dev/docs/adding-content/diagrams-and-formulae/#diagrams-with-mermaid
Example: