Add support for inapplicable task items in RTE
What does this MR do and why?
Add support for inapplicable task items in RTE
In rich text editor, add support for rendering inapplicable task items from markdown content in the plain text editor.
Changelog: added
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screen Recording 2024-01-08 at 22.20.18.mov
How to set up and validate locally
- Create a new issue. Use plain text editor.
- Add a task list, and make sure at least one item is inapplicable, like
- [~] foo bar
- Switch to rich text editor.
- Note that the inapplicable items render fine in the rich text editor.
- Add some content to rich text editor.
- Switch back to plain text editor.
- Note that the markdown is serialized properly for inapplicable task items.
Note: Rich text editor currently doesn't allow to set a task item as inapplicable. This will be added in the future in a separate MR.
Related to #367167 (closed)
Edited by Himanshu Kapoor