Skip to content

Commit 8b5e84f

Browse files
authored
Feature/admonition (#4)
* adm * add adm
1 parent 66a3738 commit 8b5e84f

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Syntax/BasicSyntax.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,11 @@ Admonition is a feature used to insert content blocks for alerts, warnings, info
132132
!!! info "Information Title"
133133
This is an information block used to provide useful tips or background information.
134134
```
135+
136+
??? warning "Information Title"
137+
This is an information block used to provide useful tips or background information.
138+
139+
```markdown
140+
??? warning "Information Title"
141+
This is an information block used to provide useful tips or background information.
142+
```

语法/基础语法.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,11 @@ Admonition 是一种用于插入提示、警告、信息、注释等内容块的
132132
!!! info "信息标题"
133133
这是一个信息块,用于提供有用的提示或背景信息。
134134
```
135+
136+
??? info "信息标题"
137+
这是一个信息块,用于提供有用的提示或背景信息。
138+
139+
```markdown
140+
??? info "信息标题"
141+
这是一个信息块,用于提供有用的提示或背景信息。
142+
```

0 commit comments

Comments
 (0)