【发布时间】:2017-04-14 18:45:19
【问题描述】:
我在一些博客文章中使用 prettify.js。它可以很好地处理我的 html、python 和 js,但缺少 css。
我的html是:
<pre>
<code class="prettyprint lang-css">`
.my-boxclass {
display: inline-block;
position: relative;
cursor: help;
border-bottom: 1px dotted grey;
}
</code>
</pre>
我正在导入美化。这是我正在做的事情的 jsfiddle(也不是正确突出 jsfiddle 的语法) https://jsfiddle.net/kfdqLjm1/2/
【问题讨论】:
-
@Martin,感谢您的编辑,我有一段时间试图将其格式化为一个块
标签: html css syntax-highlighting pre google-code-prettify