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
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