mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
docs: remove test objects for math and mermaid #363
This commit is contained in:
parent
6b8449b0dc
commit
7e4e587ad0
2 changed files with 0 additions and 17 deletions
|
@ -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…
Reference in a new issue