summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeffreytse <jeffreytse.mail@gmail.com>2021-09-15 10:09:51 +0800
committerjeffreytse <jeffreytse.mail@gmail.com>2021-09-15 10:38:41 +0800
commitd174205b0debcdf7f438797f3cc11f162082c8cc (patch)
tree7dbe1fe74462708008c4e1598db07401bbc392d8
parent374690bb2173103b6b11d50e370cc97ff0520853 (diff)
feat: update another-test-markdown.md
-rw-r--r--_posts/2016-01-01-another-test-markdown.md10
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)