diff options
author | jeffreytse <jeffreytse.mail@gmail.com> | 2021-09-15 10:09:51 +0800 |
---|---|---|
committer | jeffreytse <jeffreytse.mail@gmail.com> | 2021-09-15 10:38:41 +0800 |
commit | d174205b0debcdf7f438797f3cc11f162082c8cc (patch) | |
tree | 7dbe1fe74462708008c4e1598db07401bbc392d8 /_posts | |
parent | 374690bb2173103b6b11d50e370cc97ff0520853 (diff) |
feat: update another-test-markdown.md
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) |