Google Code Prettify与HTML冲突

时间:2015-03-02 19:46:31

标签: html syntax-highlighting prettify google-code-prettify

我正在尝试使用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,但没有效果。

我错过了什么?

1 个答案:

答案 0 :(得分:0)

您需要替换

带有<

&lt;

带有>

&gt;