在WordPress博客文章中插入Html代码块

原文:https://stackoverflow.com/questions/42360595

反正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 (&lt) and (&gt):
You can use:

<pre class="lang:html decode:true ">
 /*Some Html code here*/
</pre>

为什么需要用到这个呢? 我的另一个blog打算在post页面上自定义加入百度echarts的动态数据表,这个无疑是非常有用。

阅读量: | 柯西君_BingWong | 2020-08-07