mirror of
https://github.com/zhigang1992/docsify.git
synced 2026-04-23 04:49:20 +08:00
27 lines
331 B
Markdown
27 lines
331 B
Markdown
# Doc helper
|
|
|
|
docsify extends Markdown syntax to make your documents more readable.
|
|
|
|
## important content
|
|
|
|
Suitable for displaying important information.
|
|
|
|
```markdown
|
|
!> **Time** is money, my friend!
|
|
```
|
|
|
|
!> **Time** is money, my friend!
|
|
|
|
|
|
## General tips
|
|
|
|
General tips.
|
|
|
|
|
|
```markdown
|
|
?> *TODO* unit test
|
|
```
|
|
|
|
?> *TODO* unit test
|
|
|