Hello!
Im struggeling with keeping my line breaks in place. I force the enter mode to "br" and that is fine - so if someone is making an enter in the editor there is an br and fine ...but I want for example if via "set method" a text is copied inside the editor that the linebreak /n are still in place (I know I could replace /n with <br> but actually because of the environment it is not the desired behaviour). same for example if i switch to the source mode and make enters and switch to wsy... mode the enters appear as whitespace but i would just simply want to thave the line breaks there.
so:
bar
foo
should stay that way (but without br or p or whatever just simply /n) but not just for the output (kinda replace br with /n ....isnt the solution because i could have some br wanted by enter in wys... mode)
how can I achieve that?
regards