ckeditor5
ckeditor5 copied to clipboard
Todo list get broken when a extra espace is found in markdown
📝 Provide detailed reproduction steps (if any)
- You type a todo list, then you see the cursor is to close to the checkbox
-
- You type a space as first character to make it look good
- Your list is broken
✔️ Expected result
Todo list is not broken
❌ Actual result
It is broken
❓ Possible solution
This make it at least not look to near to the checkbox
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] {
display: inline-block;
}
However the proper solution should be like if you have a * and then N times a space a later [] remove the redundant spaces
📃 Other details
- Browser: Chrome
- First affected CKEditor version: "^43.0.0"
- Installed CKEditor plugins: Markdown
If you'd like to see this fixed sooner, add a 👍 reaction to this post.