mermaid/docs/n00b-advanced.md
Alois Klink 70f94c3e44 chore(docs): run pnpm run docs:build
Updates the auto-generated warning to tell people
to edit packages/mermaid/src/docs instead of src/docs.
2022-09-29 20:02:16 +01:00

496 B

THIS IS AN AUTOGENERATED FILE. DO NOT EDIT. Please edit the corresponding file in packages/mermaid/src/docs.

Advanced n00b 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:

stuff stuff
  </div>
  </body>
</html>

The actual mermaid file could for example look like this:

mermaid content...

mermaid configuration options

...