反正stackoverflow就是人才辈出,你需要什么答案基本都能在这里找到。
下面就是某位大屌的答案:
After a long research and help from my seniors I got this solution for restricting the WordPress from converting (encoding) the < and > characters into their (<) and (>):
You can use:
<pre class="lang:html decode:true ">
/*Some Html code here*/
</pre>
为什么需要用到这个呢? 我的另一个blog打算在post页面上自定义加入百度echarts的动态数据表,这个无疑是非常有用。