uiwjs / react-md-editor

A simple markdown editor with preview, implemented with React.js and TypeScript.
https://uiwjs.github.io/react-md-editor
MIT License
2.03k stars 149 forks source link

ul li tag automatically created #609

Open cjy3458 opened 6 months ago

cjy3458 commented 6 months ago

Can I prevent the automatic generation of "-" or "" at the beginning of the next line after entering a sentence in Korean following "-" or "" and then pressing enter for a line break? As shown in the picture, "-" or "" is generated on two lines. Can I make it so that the same "-" or "" is not automatically created on the next line? image

jaywcjlove commented 6 months ago

@jy3458 You can use the shift + enter Shortcut key to implement your idea

cjy3458 commented 6 months ago

@jaywcjlove Can't I get people to press shift+enter while using it, so I can't get rid of auto-completion??