我正在尝试使用google-code-prettify突出显示某些代码的语法,但浏览器正在呈现我在标记中包含的HTML。我已按照入门说明进行操作
e.g。
<pre class="prettyprint">
<head>
<link href="stylesheet.css" rel="stylesheet">
</head>
<body>
<div id="divId">
<h1 class="h1Class">Hello world</h1>
</div>
</body>
</pre>
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
在这里,我得到的只是Hello world
。我尝试在lang-html
之后添加class="prettyprint
,但没有效果。
我错过了什么?
答案 0 :(得分:0)
您需要替换
带有<
的 <
和
带有>
的 >