Actions
Defect #43265
openAutomatic 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 23 days ago
- Related to Feature #43095: Support automatic list marker insertion in textareas added
Updated by Mizuki ISHIKAWA 15 days 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) [ ]
Updated by Go MAEDA about 20 hours ago
- Status changed from New to Resolved
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix in r24057. Thank you.
Actions