Reputation: 2733
I need to display some code and highlight its syntax using prettifier
which requires the code to be wrapped inside pre
and code
tags. But ASP.net parses the code present within these tags and displays an error on compilation. How do I avoid the code present in these tags from being parsed?
Upvotes: 0
Views: 458