init
This commit is contained in:
parent
e37851d7ec
commit
1a5db08083
3
tutorials/mdbook/mdbook.md
Normal file
3
tutorials/mdbook/mdbook.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
- [mermaid](mermaid.md)
|
||||||
|
- [tables](tables.md)
|
30
tutorials/mdbook/mermaid.md
Normal file
30
tutorials/mdbook/mermaid.md
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
editor see https://mermaid.live/
|
||||||
|
|
||||||
|
## example for mindmap
|
||||||
|
|
||||||
|
```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
|
||||||
|
```
|
||||||
|
|
||||||
|
## plugin required in visual studio
|
||||||
|
|
||||||
|
- vscode-mermaid-syntax-highlight
|
||||||
|
- Markdown All in One
|
||||||
|
- Markdown Preview Enhanced
|
5
tutorials/mdbook/tables.md
Normal file
5
tutorials/mdbook/tables.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Tables
|
||||||
|
|
||||||
|
- see https://www.tablesgenerator.com/markdown_tables
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user