sstur / react-rte

Pure React rich text WYSIWYG editor based on draft-js.
https://react-rte.org
ISC License
2.86k stars 431 forks source link

Command for new line #448

Open dhruvpithwa opened 1 year ago

dhruvpithwa commented 1 year ago

Hi, Currently i am developing text editor which operates on voice command. Now, the requirement is that when a user speaks "new paragraph" command the editor should automatically add a new line, so for that i already tried " " double space and also "\" but it didn't work. can anyone help what is the proper syntax for new line when using markdown in react-rte