docsify/docs/helpers.md
2017-03-09 22:19:07 +01:00

28 lines
345 B
Markdown

# Doc helper
docsify extends Markdown syntax to make your documents more readable.
## important content
Important content like:
```markdown
!> **Time** is money, my friend!
```
is rendered as:
!> **Time** is money, my friend!
## General tips
General tips like:
```markdown
?> *TODO* unit test
```
are rendered as:
?> *TODO* unit test