chore: todo clean up
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# Commander Test
|
||||
|
||||
:md-commander[]
|
||||
@@ -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
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user