coming back
This commit is contained in:
@@ -27,9 +27,9 @@ Example # {{< mermaid [class="text-center"]>}} stateDiagram-v2 Sta
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
-->
|
||||
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
|
||||
|
||||
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
|
||||
<link rel="stylesheet" href="https://academics.jamesflare.com/css/custom.css">
|
||||
|
||||
<script type="text/javascript" src="https://academics.jamesflare.com/js/custom.js"></script>
|
||||
<script>pangu.spacingPage();</script>
|
||||
</head>
|
||||
<body dir="ltr">
|
||||
@@ -208,14 +208,14 @@ create a <code>mermaid.json</code> file in your <code>assets</code> folder!</p>
|
||||
"theme": "default"
|
||||
}
|
||||
)</script>
|
||||
<p class="mermaid">
|
||||
stateDiagram-v2
|
||||
State1: The state with a note
|
||||
note right of State1
|
||||
Important information! You can write
|
||||
notes.
|
||||
end note
|
||||
State1 --> State2
|
||||
<p class="mermaid">
|
||||
stateDiagram-v2
|
||||
State1: The state with a note
|
||||
note right of State1
|
||||
Important information! You can write
|
||||
notes.
|
||||
end note
|
||||
State1 --> State2
|
||||
note left of State2 : This is the note to the left.
|
||||
</div>
|
||||
|
||||
@@ -286,7 +286,7 @@ stateDiagram-v2
|
||||
|
||||
</main>
|
||||
|
||||
<script src="/js/pangu.min.js"></script>
|
||||
<script src="/js/pangu.min.js"></script>
|
||||
<script>pangu.spacingPage();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user