我正在使用Jquery语法高亮显示器 - http://steamdev.com/snippet/来突出显示我的代码,但出于某种原因,下面的XML并没有在我的网页中高亮显示。
使用Javascript:
$(document).ready(function(){
$(".htmlCode").snippet("xml",{style:"peachpuff"})
})
HTML代码
<pre class="htmlCode">
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
<version>1.8</version>
</dependency>
显示代码但没有标签 -
com.sun.jersey
jersey-server
1.8