I’ve researched this in the forums, but I just can’t seem to figure it out. I don’t want my code blocks in entries to be highlighted due to the extra span tags. I’ve tried turning off code highlighting in the Typography file in the core folder, but then it processes EE code, even though it is in a blog entry, and wrapped with different combinations of normal HTML PRE and CODE tags.
It’s my understanding that EE template code in entries is not supposed to be processed. I may be wrong?
When I simply use
[code]tags, the page validates, but I get strange breaks at the end of lines where the last character, usually a bracket or “>” breaks to the next line, which is visually disruptive.
When I put the code within
<pre>[code], it appears correctly, but no longer validates. I can live with the code highlighting, but would prefer that it validates. My ultimate goal is to remove highlighting altogether.
Does anyone have any ideas? Thanks in advance.