Markdown Note in Obsidian
Text Effects 文字效果
Delete, Strikethrough, 槓掉、刪除線、:<s>
~~
- Underline 底線:Can only be done with
<u></u>
- Bold 粗體:
**
- Italic 斜體:
_
or*
Code Related
- Executable Python 可執行python: put
run-python
on the code block fence - New code file 新增code檔案 (only valid when having the VSCode plugin):
alt + v
Flowchart 流程圖
Use mermaid
on the code block fence.