mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
docs: remove Mermaid beta graphs #144
This commit is contained in:
parent
97c6e628dd
commit
98f5959a33
1 changed files with 0 additions and 48 deletions
|
@ -520,51 +520,3 @@ C4Context
|
||||||
|
|
||||||
UpdateLayoutConfig($c4ShapeInRow="3", $c4BoundaryInRow="1")
|
UpdateLayoutConfig($c4ShapeInRow="3", $c4BoundaryInRow="1")
|
||||||
{{< /mermaid >}}
|
{{< /mermaid >}}
|
||||||
|
|
||||||
### Mindmap
|
|
||||||
|
|
||||||
{{% notice note %}}
|
|
||||||
As of Mermaid version 9.2.2 this diagram type is not included in the official distribution and will not be useable in this theme.
|
|
||||||
{{% /notice %}}
|
|
||||||
|
|
||||||
````go
|
|
||||||
{{</* mermaid */>}}
|
|
||||||
mindmap
|
|
||||||
root((mindmap))
|
|
||||||
Origins
|
|
||||||
Long history
|
|
||||||
::icon(fa fa-book)
|
|
||||||
Popularisation
|
|
||||||
British popular psychology author Tony Buzan
|
|
||||||
Research
|
|
||||||
On effectivness<br/>and features
|
|
||||||
On Automatic creation
|
|
||||||
Uses
|
|
||||||
Creative techniques
|
|
||||||
Strategic planning
|
|
||||||
Argument mapping
|
|
||||||
Tools
|
|
||||||
Pen and paper
|
|
||||||
Mermaid
|
|
||||||
{{</* /mermaid */>}}
|
|
||||||
````
|
|
||||||
|
|
||||||
{{< mermaid >}}
|
|
||||||
mindmap
|
|
||||||
root((mindmap))
|
|
||||||
Origins
|
|
||||||
Long history
|
|
||||||
::icon(fa fa-book)
|
|
||||||
Popularisation
|
|
||||||
British popular psychology author Tony Buzan
|
|
||||||
Research
|
|
||||||
On effectivness<br/>and features
|
|
||||||
On Automatic creation
|
|
||||||
Uses
|
|
||||||
Creative techniques
|
|
||||||
Strategic planning
|
|
||||||
Argument mapping
|
|
||||||
Tools
|
|
||||||
Pen and paper
|
|
||||||
Mermaid
|
|
||||||
{{< /mermaid >}}
|
|
||||||
|
|
Loading…
Reference in a new issue