2022-10-09 21:00:02 +08:00
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT. Please edit the source file in [packages/mermaid/src/docs/n00b-advanced.md](../packages/mermaid/src/docs/n00b-advanced.md).
2022-09-03 13:05:47 +05:30
2022-09-03 09:13:37 +05:30
# 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:
2022-09-05 19:48:38 +05:30
stuff stuff
< / div >
< / body >
< / html >
2022-09-03 09:13:37 +05:30
The actual mermaid file could for example look like this:
2022-09-05 19:48:38 +05:30
mermaid content...
2022-09-03 09:13:37 +05:30
2022-09-03 13:05:47 +05:30
---
2022-09-03 09:13:37 +05:30
## mermaid configuration options
...