Task lists are rendered as disabled and with dashes
See original GitHub issue🐛 Bug Report
Prerequisites
- I’m using the latest version of Docusaurus.
- I have tried the
npm run clearoryarn clearcommand. - I have tried
rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages. - I have tried creating a repro with https://new.docusaurus.io
- I have read the console error message carefully (if applicable)
Description
Task list markdown syntax as follows does not render as it does on Github:
- [ ] task 1
- [ ] task 2
- [ ] task 3
I’d expect the above to render as a list of checkboxes without the preceding dash that can be clicked like so;
- task 1
- task 2
- task 3
Instead it renders like so;

Have you read the Contributing Guidelines on issues?
Yes
Steps to reproduce
https://codesandbox.io/s/unruffled-shape-3m6td?file=/docs/intro.md
- See the task list retains the dash before the checkboxes
- Checkboxes cannot be clicked
Expected behavior
- Preceding dash should be stripped
- Checkboxes should be clickable
Actual behavior
(Write what happened. Add full console log messages and screenshots, if applicable.)
Your environment
- Public source code:
- Public site URL:
- Docusaurus version used: 2.0.0-beta.4
- Environment name and version (e.g. Chrome 78.0.3904.108, Node.js 10.17.0): Version 92.0.4515.159 (Official Build) (x86_64)
- Operating system and version (e.g. Ubuntu 20.04.2 LTS): macOS 11.5.2
Reproducible demo
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (1 by maintainers)
Top Results From Across the Web
Callback Gotchas | Dash for Python Documentation | Plotly
Callbacks require all Inputs and States to be rendered on the page. If you have disabled callback validation in order to support dynamic...
Read more >GitLab Flavored Markdown (GLFM)
The text is rendered with a set of styles. These styles are called GitLab Flavored Markdown. For example, in Markdown, an unordered list...
Read more >Disable the Task List - Whatfix - support
Once disabled, the Task List is no longer displayed on your application and end users cannot access it. Use the following steps to...
Read more >Introducing Dash . Create Reactive Web Apps in pure Python
Dash is a Python library for creating reactive, Web-based applications ... Dash's frontend renders components using React.js, the Javascript ...
Read more >Input - dbc docs - Dash Bootstrap Components - Faculty AI
The Select component can be used to render a Bootstrap themed select input. The options are specified with a list of dictionaries much...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hi @slorber, I would like to work on this issue.
Hi @SamarthAroraa, can you please drop a “HI” confirming you are working in the issue, otherwise i can work on the issue