Files
mermaid/packages/mermaid/src/docs/config/advanced.md
2023-08-23 23:32:33 +03:00

403 B

Advanced mermaid (Coming soon..)

splitting mermaid code from html

A more condensed html code can be achieved by embedding the mermaid code in its own .js file, which is referenced like so:

...
  </div>
  </body>
</html>

The actual mermaid file could for example look like this:

mermaid content ...

mermaid configuration options

(coming soon)