There is a certain section of HTML that I need to comment out within the HTML editor in Wordpress. But when I do so, it breaks the HTML. After looking at the source code, I noticed that it converts the ending comment of this:
-->
To this:
–>
Anyone know how to go about commenting out HTML code within the editor without it converting it to that character?