mermaid/docs/config/n00b-advanced.md

27 lines
521 B
Markdown
Raw Normal View History

2022-10-17 23:58:51 -03:00
> **Warning**
>
> ## THIS IS AN AUTOGENERATED FILE. DO NOT EDIT.
>
> ## Please edit the corresponding file in package/mermaid/src/docs.
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
...