Checkboxes are not being rendered properly in [dev.to](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 checkbox** Example: - [ ] Unmarked checkbox - [x] Marked checkbox
Checkboxes are not being rendered properly in dev.to, like they do here on GitHub's .md files.
In order to use
checkboxeswe have to use- [ ]for a unmarked checkbox and- [x]for a marked checkboxExample: