Skip to content
New issue

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

Support for tsaklist #216

Closed
liguangsheng opened this issue Jun 23, 2016 · 2 comments
Closed

Support for tsaklist #216

liguangsheng opened this issue Jun 23, 2016 · 2 comments

Comments

@liguangsheng
Copy link
Contributor

liguangsheng commented Jun 23, 2016

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
default

@nicholasserra
Copy link
Collaborator

That's a github markdown feature that we do not have implemented. PRs welcome :)

This was referenced Jun 24, 2016
@nicholasserra
Copy link
Collaborator

Fixed in #218

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants