question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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 clear or yarn clear command.
  • I have tried rm -rf node_modules yarn.lock package-lock.json and 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;

Screenshot 2021-08-23 at 14 47 19

Have you read the Contributing Guidelines on issues?

Yes

Steps to reproduce

https://codesandbox.io/s/unruffled-shape-3m6td?file=/docs/intro.md

  1. See the task list retains the dash before the checkboxes
  2. 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

https://3m6td.sse.codesandbox.io/docs/intro

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
SamarthAroraacommented, Aug 27, 2021

Hi @slorber, I would like to work on this issue.

0reactions
himanshu007-creatorcommented, Sep 27, 2021

Hi @SamarthAroraa, can you please drop a “HI” confirming you are working in the issue, otherwise i can work on the issue

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found