mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 19:18:48 +08:00
docs: remove test objects for math and mermaid #363
This commit is contained in:
parent
6b8449b0dc
commit
7e4e587ad0
@ -148,11 +148,3 @@ $$\ce{Hg^2+ ->[I-] HgI2 ->[I-] [Hg^{II}I4]^2-}$$
|
|||||||
{{< math >}}
|
{{< math >}}
|
||||||
$$\ce{Hg^2+ ->[I-] HgI2 ->[I-] [Hg^{II}I4]^2-}$$
|
$$\ce{Hg^2+ ->[I-] HgI2 ->[I-] [Hg^{II}I4]^2-}$$
|
||||||
{{< /math >}}
|
{{< /math >}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
```math { align="left" }
|
|
||||||
$$\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)$$
|
|
||||||
```
|
|
||||||
|
@ -270,12 +270,3 @@ stateDiagram-v2
|
|||||||
locked --> closed: Unlock
|
locked --> closed: Unlock
|
||||||
closed --> open: Open
|
closed --> open: Open
|
||||||
````
|
````
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
```mermaid { align="left" }
|
|
||||||
graph LR;
|
|
||||||
If --> Then
|
|
||||||
Then --> Else
|
|
||||||
```
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user