RIP21 / react-simplemde-editor

React wrapper for simplemde (easymde) markdown editor
https://react-simplemde-edtior.netlify.com/
MIT License
770 stars 103 forks source link

Editor can't handle `---` #149

Closed RobertBrunhage closed 3 years ago

RobertBrunhage commented 3 years ago

image

As you can see when I am using --- which is pretty common for metadata, the last one (description in this case) will be larger if it splits to 2 lines, any idea on how to fix this?

Inspecting in devtools I can see that a class has been applied: image

RIP21 commented 3 years ago

@RobertBrunhage hey mate. It's not related to this project but to easymde itself. https://github.com/Ionaru/easy-markdown-editor Try to find and raise an issue there instead. Thanks! Below is the proof that it also happens in the original easymde (obviously as this project just wraps around it) image