Support to end list on Enter press
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 201
- Avg merge
- 12m
- Merged PRs (30d)
- 1
Description
Lists should end when enter is pressed without any content on the last item of the list, similar to how GitHub has implemented it.

In the above image, rather than adding a hyphen to the next following line on enter key press, the hyphen at the start of the last line should be removed, ending the list.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the behavior in the markdown editor using the list example shown in the issue, then locate the editor's handling of Enter at the end of an empty list item. Done means pressing Enter removes the final list marker and exits the list instead of adding a marker to the next line.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100