Integrate to-do list with autoformat #7518
Labels
domain:ui/ux
This issue reports a problem related to UI or UX.
intro
Good first ticket.
package:autoformat
squad:core
Issue to be handled by the Core team.
type:feature
This issue reports a feature request (an idea for a new functionality or a missing option).
Milestone
📝 Provide a description of the new feature
Autoformat could also support inserting to-do lists with
[ ]
- which would symbolize a checbox.GitHub, for instance, uses a
- [ ]
marker for todo checkbox. This will work out of the box (given #6170 is done) as dash (-
) will transform line to a unordered list and subsequent[ ]
will turn it into a to-do item as expected.If you'd like to see this feature implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: