This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
Text does not render if Todo list is followed by a Bulleted list that starts with a - #321
Labels
bug
Something isn't working
Text does not render in the editor if Todo list is followed by a to-do list that starts with a
-
To Reproduce
Steps to reproduce the behavior:
const exampleText = `- [ ] item \n- item`;
yarn start
and open the example at localhost:55555const exampleText = `- item \n- item`;
Start new session to clear cache/localStorage and open the new example. The text renders
Try again with this text (todo list with middle item empty):
const exampleText = `- [ ] item \n- [ ] \n- [ ] item`;
Expected behavior
The todo list should render with the bulleted list below it
Version
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: