coming back

This commit is contained in:
JamesFlare1212
2024-04-12 09:32:22 -04:00
parent b38f38d8f0
commit 33b8f07239
378 changed files with 19663 additions and 17497 deletions

View File

@@ -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>