在 tumblr 中,支持降价。我尝试在我的 tumblr中添加语法高亮( highlight.js ),但遇到了一些问题。
highlight.js 需要在 HTML 代码标签中添加一个类属性。
我试着在我的 tumblr 上写一篇这样的文章:
<pre class="test">
<code class="html">
function A(){ return "hello world"; }
</code>
</pre>
实际页面中的结果:
<pre>
<code>
function A(){ return "hello world"; }
</code>
</pre>
类属性没了…… 有没有可能在 Markdown 中添加 HTML 属性?