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

ENH: Markdown task list management #1578

Closed
VelizarVESSELINOV opened this issue Jun 30, 2016 · 7 comments · Fixed by #3686
Closed

ENH: Markdown task list management #1578

VelizarVESSELINOV opened this issue Jun 30, 2016 · 7 comments · Fixed by #3686

Comments

@VelizarVESSELINOV
Copy link

Task list it is nice to have as markdown enhancement:
https://github.com/blog/1825-task-lists-in-all-markdown-documents

@gnestor
Copy link
Contributor

gnestor commented Aug 5, 2016

@VelizarVESSELINOV notebook uses marked library to render Markdown. It looks like there is a PR to add task list support to marked but it hasn't been merged yet. I suggest making some noise there. Once merged, come back here and we will make sure that we're using a version of marked that supports it.

@gnestor gnestor added this to the no action milestone Aug 5, 2016
@DawnMe
Copy link

DawnMe commented May 8, 2018

Is this still in progress or was it merged yet?

@takluyver
Copy link
Member

It looks like the marked PR didn't get finished yet: markedjs/marked#587

@gboeer
Copy link

gboeer commented May 29, 2018

For what it's worth, you can use HTML checkboxes

# Tasks
<input type="checkbox"> Eat
<input type="checkbox"> Sleep
<input type="checkbox"> Go Fishin

tmp

@30Wedge
Copy link

30Wedge commented Jun 13, 2018

HTML checkboxes do the job for me,
but they don't retain their state unless you tell them to

<input type="checkbox" disabled> Eat
<input type="checkbox" disabled> Sleep
<input type="checkbox" disabled checked> Go Fishin


I like typing the gfm syntax better :)
so I'll go make some noise at marked

@30Wedge
Copy link

30Wedge commented Jun 13, 2018

@gnestor
One of the marked devs said gfm tasklists were put in with marked 0.4.0
Looks like Jupyter still uses 0.3.0

"marked": "~0.3",

@gnestor
Copy link
Contributor

gnestor commented Jun 14, 2018

@30Wedge Excellent! I just submitted a PR to upgrade marked. I tested and it works, so hopefully this doesn't cause any regressions 👍

@takluyver takluyver modified the milestones: Reference, 5.6 Jun 30, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants