  - Considering this as well https://github.com/docsifyjs/docsify/issues/413#issuecomment-395293929. ( @jhildenbiddle 's thoughts ?) --- <!-- Love docsify? Please consider supporting our collective: 👉 https://opencollective.com/docsify/donate --> 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 ```