mermaid/docs/n00b-advanced.md
2022-09-08 21:52:41 +05:30

23 lines
479 B
Markdown

# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT. Please edit the corresponding file in 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
...