2022-09-08 21:52:31 +05:30
|
|
|
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT. Please edit the corresponding file in 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
|
|
|
|
|
|
|
|
...
|