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

Enable task lists (from GFM) #170

Closed
1 of 2 tasks
JoseTomasTocino opened this issue Jun 10, 2013 · 6 comments
Closed
1 of 2 tasks

Enable task lists (from GFM) #170

JoseTomasTocino opened this issue Jun 10, 2013 · 6 comments

Comments

@JoseTomasTocino
Copy link

GFM lets you create Task Lists using the following syntax:

- [ ] First item
- [x] Checked item

Which renders the following:

  • First item
  • Checked item

It would be great to have that feature in marked.

@lepture
Copy link
Contributor

lepture commented Jun 10, 2013

@JoseTomasTocino vote for this feature #129

You can easily setup the task feature with renderer.

@JoseTomasTocino
Copy link
Author

I'd rather have it natively, as it's a native feature of gfm.

@Mithgol
Copy link
Contributor

Mithgol commented Jun 11, 2013

Duplicate of the previous #107 and #111 issues.

@lepture
Copy link
Contributor

lepture commented Jun 11, 2013

@JoseTomasTocino You must misunderstand, GitHub build gfm on sundown with its renderer feature, there is no such thing as built-in.

@OscarGodson
Copy link

@lepture, no, I see what he is saying. You can do it your way, but then you'd have to set it up, no? Especially with my project, I need it to be work natively or I'm most likely not going to support it.

@joshbruce
Copy link
Member

Closing as duplicate/similar

@markedjs markedjs locked as resolved and limited conversation to collaborators May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants