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

GitHub Flavored Markdown incompatibility (tasklists) #3725

Closed
jonahweissman opened this issue Jun 29, 2018 · 2 comments
Closed

GitHub Flavored Markdown incompatibility (tasklists) #3725

jonahweissman opened this issue Jun 29, 2018 · 2 comments

Comments

@jonahweissman
Copy link

In the markdown example notebook, it says that the "notebook webapp supports Github flavored markdown". However, the GitHub Flavored Markdown Spec includes the tasklist extension, i.e. - [ ] should be rendered as a checkbox. But when I try this in Jupyter Notebook, it displays a bullet point followed by [ ]. The markdown example notebook could be updated to reflect that the Jupyter Notebook is not fully compliant with the GFM spec, or support for task item lists could be added.

@takluyver
Copy link
Member

See #1578 and #3686.

@takluyver takluyver added this to the Reference milestone Jun 30, 2018
@ryan-williams
Copy link

Checkboxes seem to be rendered improperly in Jupyter:

image

as opposed to here on GitHub:

  • a
  • b
  • c

source:

- [ ] a
- [x] b
- [ ] c

(Notice the redundant bullets preceding the checkboxes in the Jupyter version).

I think that's what this issue was originally highlighting:

But when I try this in Jupyter Notebook, it displays a bullet point followed by [ ]

I think this was closed due to misunderstanding the ask as "support for checkboxes altogether"?

Can we re-open?

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants