Skip to main content

Add support for markdown checkboxes in editor

Checkboxes in Markdown can be created using the syntax - [ ] for an unchecked box and - [x] for a checked box. This feature is supported by many Markdown renderers, including GitHub and GitLab, allowing you to create task lists easily.