This seems very hard to do.
I'm pasting html code with <pre>
into tinymce editor.
All the whitespaces are gone inside the <pre>
e.g. I'm trying to copy StackOverflow's <pre><code>
block as in
def foo():
help me
It seems, tinymce trims whitespaces in <pre><code><span>
and newlines are removed
How can I preserve it?
I'm using 3.5.3 btw