Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numbered checklist #120

Closed
piranna opened this issue Apr 15, 2020 · 2 comments
Closed

Numbered checklist #120

piranna opened this issue Apr 15, 2020 · 2 comments

Comments

@piranna
Copy link

piranna commented Apr 15, 2020

It's possible to create a checklist using GFM like this

- [ ] one
- [x] two

but it's done using an unordered list. If using a numbered list like

1. [ ] one
2. [x] two

the list is created, but it's still unordered, when it should be created as an ordered. Is this the correct place to notify of this bug / lack of feature? Or is there a specific repo for it?

@gjtorikian
Copy link
Owner

Hi there! This sounds like an issue for https://github.com/github/cmark-gfm, which implements the checklist extension. This repo is only a Ruby wrapper around that C code.

Good luck!

@piranna
Copy link
Author

piranna commented Apr 15, 2020

Hi there! This sounds like an issue for github/cmark-gfm, which implements the checklist extension.

I was looking what was the code used by Github, and it seemed it was this Ruby gem, thank you for pointing me to the other repo :-)

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

No branches or pull requests

2 participants