Actions
Defect #43265
closedAutomatic list marker does not work for task list items
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Files
Related issues
Updated by Marius BĂLTEANU 3 months ago
- Related to Feature #43095: Support automatic list marker insertion in textareas added
Updated by Mizuki ISHIKAWA 3 months ago
I’ve attached a patch that extends CommonMark list autocompletion.
It also refactors the code by splitting functions and using named capture groups.
Examples:
- [ ] uncheck task↵ - [ ] - [x] checked task↵ - [ ] 1) [ ] ordered task↵ 2) [ ]
Actions