26 lines
331 B
Markdown
26 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
|
|
|