Update README.md
This commit is contained in:
parent
d2dc2455e9
commit
ead6df2215
|
@ -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:
|
After installed and enabled the plugin, when you fill Obsidian-flavor Markdown texts into a "line" code block like this:
|
||||||
|
|
||||||
|
```
|
||||||
```line
|
```line
|
||||||
# 主標題
|
# 主標題
|
||||||
|
|
||||||
|
@ -109,8 +110,10 @@ After installed and enabled the plugin, when you fill Obsidian-flavor Markdown t
|
||||||
- [x] 已完成項目
|
- [x] 已完成項目
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
This plugin should convert those texts to this:
|
This plugin should convert those texts to this:
|
||||||
|
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
【 主標題 】
|
【 主標題 】
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue