diff options
Diffstat (limited to '_posts')
-rw-r--r-- | _posts/2016-01-01-another-test-markdown.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_posts/2016-01-01-another-test-markdown.md b/_posts/2016-01-01-another-test-markdown.md index 62db32b..30ccbf3 100644 --- a/_posts/2016-01-01-another-test-markdown.md +++ b/_posts/2016-01-01-another-test-markdown.md @@ -233,6 +233,16 @@ $\LaTeX{}$ Bob -> Alice : hello @enduml +## Mermaid + +```mermaid! +graph LR + concurrent.futures --->| on top of | threading + concurrent.futures --->| on top of | multiprocessing + threading --->| on top of | \_thread + click concurrent.futures "https://docs.python.org/3.9/library/concurrent.futures.html" _blank +``` + ## Video ![Flower](https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm) |