Friendly doc Helpers
- Dominant language
- JavaScript
- Stars
- 31.5k
- Forks
- 5.8k
- Avg merge
- 9d 8h
- Merged PRs (30d)
- 2
Description
 
- Considering this as well https://github.com/docsifyjs/docsify/issues/413#issuecomment-395293929. ( @jhildenbiddle 's thoughts ?)
---
docsify extends Markdown syntax to make your documents more readable.
```markdown
> [!] **Time** is money, my friend!
```
In Markdown
> [!] **Time** is money, my friend!
In docsify

------
```markdown
> [?] _TODO_ unit test
```
In Markdown
> [?] _TODO_ unit test
In docsify

----
## New helpers
```markdown
> [v] Good
```
```markdown
> [x] Bad
```
```markdown
> [detail] summary
> detail detail deatail
> xxxx
```
Contributor guide
Assessment
This issue has not been assessed yet.