How to display raw html code in PRE or something like it but without escaping it
I'd like to display raw HTML. We all know one has to escape each "<" and ">" like this <PRE> this is a test <DIV> </PRE> However, I do not want to do this. I'd like a way to keep the HTML code as is (since it is easier to read, (inside the editor) and I might want to copy it and use it again myself as actual HTML code, and do not want to have to change it again or have 2 versions of the same code one escaped and one not escaped). Is there any other environment that is more "raw" than PRE that might allow this? So one does not have to keep editing HTML and changing everything each time they