react-md-editor
react-md-editor copied to clipboard
Support to end list on Enter press
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.
Is there any solution for this?