Like I want a code block like below.
<div>
abcd
</div>
When I enclose it under pre it doesn't do anything.
I googled it and reached this "If you want to use a code example that includes HTML, you must use HTML entities for your < and >. If you don't do this, it will be interpreted as actual HTML."
Not sure what that means though