editor
editor copied to clipboard
The linebreak (shift+enter) is removed before <u> (underline formatting) during conversion.
Hello! Cool library, but... The new line is removed before (underline formatting). Example. In the textbox I type: "123 underlinedString"
In the output (ref.current.getMarkdown()) I get "123 underlinedString". Yes, with space between strings. This problem I see only with the new line before . I am using basic settings, just toolbarPlugin.
I'm sorry but, I'm not sure what you mean here. Is the problem reproducible on the website demo?
If not, I'll need a sandbox with your settings and instructions on how to reproduce what you describe.
I think I got what you mean, let me confirm - do you use shift+enter for the newline before the u formatting?
I'm sorry but, I'm not sure what you mean here. Is the problem reproducible on the website demo?
If not, I'll need a sandbox with your settings and instructions on how to reproduce what you describe.
Yes, it reproducible on the website demo
I think I got what you mean, let me confirm - do you use
shift+enterfor the newline before theuformatting?
Yes, I use this combination.
Are there any updates on this? If you write
test[shift+enter]test
test test
then select the every other test and mark them as underlined, go to markdown (source), cut and paste, then you lose the shift+enter linebreak.