I found on GitHub that you can use Markdown like this:
- [X] Completed feature
- [ ] Incompleted feature
To do checkboxes like this:
I found on GitHub that you can use Markdown like this:
To do checkboxes like this:
GitHub has extended the original Markdown specification; they added checkboxes, tables, code block fences (``` markers) and a few other features. Those are not part of the base specification, and thus are not supported in other Markdown implementations such as the one used on Stack Overflow.
I see no need whatsoever for checkboxes in questions and answers. We are not building TODO lists here.