Skip to content

Commit 0aa2b1c

Browse files
authored
Merge pull request #1009 from juestchaos/main
更新
2 parents 97f93a8 + 9b013ae commit 0aa2b1c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

02-知识管理基础/Markdown/Markdown.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,9 @@ For example, you can embed Twitter tweets like so as suggested by search results
435435

436436
要添加表,请使用三个或多个连字符(`---`)创建每列的标题,并使用管道(`|`)分隔每列。您可以选择在表的任一端添加管道。
437437

438+
> [!tips] 提示
439+
> 如果你使用的是 Obsidian 或者类似的工具,那么一般右键插入也可以快速完成此操作
440+
438441
```
439442
| 行/列 | 列名2 | 列明3 |
440443
| ----- | ----- | ----- |
@@ -500,6 +503,9 @@ For example, you can embed Twitter tweets like so as suggested by search results
500503

501504
要创建脚注参考,请在方括号(`[^1]`)内添加插入符号和标识符。标识符可以是数字或单词,但不能包含空格或制表符。标识符仅将脚注参考与脚注本身相关联 - 在输出中,脚注按顺序编号。
502505

506+
> [!tips] 提示
507+
> 如果你使用的是 Obsidian 或者类似的工具,那么一般鼠标右键,在菜单中选择插入也可以快速完成此操作
508+
503509
在括号内使用另一个插入符号和数字添加脚注,并用冒号和文本(`[^1]: My footnote.`)。您不必在文档末尾添加脚注。您可以将它们放在除列表,块引号和表之类的其他元素之外的任何位置。
504510

505511
简记:

0 commit comments

Comments
 (0)