From ead6df22159c75a274887180a16d2515ed59ceff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E4=B9=83=E5=AE=8F?= Date: Fri, 15 Nov 2024 17:00:56 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3d2733b..383276b 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ Each item in hierarchical list should be on a new line without any indents. After installed and enabled the plugin, when you fill Obsidian-flavor Markdown texts into a "line" code block like this: +``` ```line # 主標題 @@ -109,8 +110,10 @@ After installed and enabled the plugin, when you fill Obsidian-flavor Markdown t - [x] 已完成項目 ``` + This plugin should convert those texts to this: + ```markdown 【 主標題 】