chore: todo clean up

This commit is contained in:
2026-02-28 17:40:02 +08:00
parent 38c9a8ce9e
commit 80471e8dd2
5 changed files with 48 additions and 54 deletions
+3
View File
@@ -0,0 +1,3 @@
# Commander Test
:md-commander[]
+21
View File
@@ -1,5 +1,26 @@
# yaml/tag 代码块格式测试
```yaml/tag
tag: md-deck
body: ./npcs.csv
layers: body:1,6-5,8
```
> [!NOTE]
> Highlights information that users should take into account, even when skimming.
> [!TIP]
> Optional information to help a user be more successful.
> [!IMPORTANT]
> Crucial information necessary for users to succeed.
> [!WARNING]
> Critical content demanding immediate user attention due to potential risks.
> [!CAUTION]
> Negative potential consequences of an action.
## 使用 yaml/tag 语法创建 md-deck
```yaml/tag
+1 -1
View File
@@ -1,5 +1,5 @@
label,body
"Hello world","**Hello**, world"
"Hello world","{{greet}}, world"
"Hello foo","**Hello**, foo"
"Hello bar","**Hello**, bar"
"Hello stuff","**Hello**, stuff"
1 label body
2 Hello world **Hello**, world {{greet}}, world
3 Hello foo **Hello**, foo
4 Hello bar **Hello**, bar
5 Hello stuff **Hello**, stuff