We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How can I convert
- [x] item1 - [ ] item2
to
<ul class="contains-task-list"> <li class="task-list-item"> <input type="checkbox" class="task-list-item-checkbox" checked disabled> item1 </li> <li class="task-list-item"> <input type="checkbox" class="task-list-item-checkbox" disabled> item2 </li> </ul>
which looks like
The text was updated successfully, but these errors were encountered:
That's a github markdown feature that we do not have implemented. PRs welcome :)
Sorry, something went wrong.
Fixed in #218
No branches or pull requests
How can I convert
to
which looks like
The text was updated successfully, but these errors were encountered: