Topic: CodeMagic - does not respect <pre> code with line breaks
Look for the live Demo window
Inside live Demo window, look at tinyMCE.init example code (it's under "Usage")
Notice that the tinyMCE.init code is displayed nicely in several lines (that's because it is in <pre> tags)
Click HTML button (Edit source code)
Click Update button
Notice that the tinyMCE.init code is displayed all in one line
This means that in the HTML window the new lines were stripped and the same happens on my site. Is there a method to preserve the line breaks inside <pre> tags?
Last edited by startlink (2012-02-13 14:07:27)