react-md-editor
react-md-editor copied to clipboard
Line breaks symbol
Hello,
Is there a way to make line breaks noticable with some kind of markdown symbol in value param which comes from onChange callback?
Line breaks show up as the \n symbol like in a any other text string.
I am not seeng the line break on the preview window, I have to use </br> for it work. Now going through the hassle of creating a new command just for this..