An error occurred while fetching the assigned iteration of the selected issue.
Automatic list continuation for markdown content
Problem to solve
When typing in Markdown and creating a list, I have to keep typing the list character -
or *
and keep my indentation consistent to get a properly formatted list
Proposal
When typing a Markdown list in the Source Editor, automatically create the list identifier on the next new line. Typing return again without entering any content will remove the list identifier and insert another new line.
Questions
- Is this actually desirable for all Markdown editing in Source Editor?
- Is this limited to Markdown content or are there other places where this pattern can be useful?