We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35338a6 commit 3f66021Copy full SHA for 3f66021
docs/rules/academic/handbook/_image/callout.png
5.66 KB
docs/rules/academic/handbook/markdown.md
@@ -513,7 +513,7 @@ _ 底线
513
514
## 折叠框【新特性】
515
516
-使用 ```:::info```、```:::success```、```:::warning``` 来创建折叠框。并使用 `{open}` 参数来使折叠框默认展开。折叠框的标题支持 LaTeX 公式。
+使用 ```:::info```、```:::success```、```:::warning```、```:::error``` 来创建折叠框。并使用 `{open}` 参数来使折叠框默认展开。折叠框的标题支持 LaTeX 公式。
517
518
:::tip
519
建议复制以下代码至洛谷文章编辑页内测试体验。
@@ -537,6 +537,10 @@ _ 底线
537
::::warning[警告]
538
这是一个警告框。
539
::::
540
+
541
+::::error[错误]
542
+这是一个错误框。
543
+::::
544
```
545
546

0 commit comments