You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.
@chrisvasqm does github use a public markdown format for its flavor? I love some of its addon's, eg live URL's. Dev.to's markdown is also good. Asciidoc has these things but seems not to have caught on as well? https://github.com/asciidoctor/asciidoctor
//I just came across another parser too that has a plugin structure. RickStrahl/MarkdownMonster#95
I wonder when this repo will be populated?
Checkboxes are not being rendered properly in dev.to, like they do here on GitHub's .md files.
In order to use
checkboxes
we have to use- [ ]
for a unmarked checkbox and- [x]
for a marked checkboxExample:
The text was updated successfully, but these errors were encountered: