diff --git a/tutorials/mdbook/mdbook.md b/tutorials/mdbook/mdbook.md new file mode 100644 index 0000000..6754bd9 --- /dev/null +++ b/tutorials/mdbook/mdbook.md @@ -0,0 +1,3 @@ + +- [mermaid](mermaid.md) +- [tables](tables.md) \ No newline at end of file diff --git a/tutorials/mdbook/mermaid.md b/tutorials/mdbook/mermaid.md new file mode 100644 index 0000000..00aa3e7 --- /dev/null +++ b/tutorials/mdbook/mermaid.md @@ -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
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 \ No newline at end of file diff --git a/tutorials/mdbook/tables.md b/tutorials/mdbook/tables.md new file mode 100644 index 0000000..04c9ac7 --- /dev/null +++ b/tutorials/mdbook/tables.md @@ -0,0 +1,5 @@ +# Tables + +- see https://www.tablesgenerator.com/markdown_tables + +