I need to create a code sample where I want "<" and ">" to be interpreted as standard text. If I do the following
<pre>
Some content that contains <and>
</pre>
It will not be interpreted properly unless I html encode my "<"/ ">" characters. Is there simple way around this?
Test Fiddle: http://jsfiddle.net/basarat/Az3hZ/