Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要显示一些代码并突出显示它的语法,prettifier这需要将代码包装在内部pre和code标签中。但是 ASP.net 会解析这些标记中存在的代码并在编译时显示错误。如何避免解析这些标签中存在的代码?
prettifier
pre
code