1

我尝试使用以下方法将样式添加到<pre>块中: https ://github.com/google/code-prettify

但我看到的只是:

enter image description here

我希望获得默认的语法突出显示。

我把它放在 html 文件的顶部:

然后我有一个<pre>看起来像这样的块:

  /**
   * <pre class="prettyprint">
   * new BeanTranslator.Builder()
   *   .translate(
   *     new{@code Translator<String, Integer>}(String.class, Integer.class){
   *      {@literal @}Override
   *       public Integer translate(String instance) {
   *         return Integer.valueOf(instance);
   *       }})
   *   .build();
   * </pre>
   */

我检查了html,它看起来像这样:

在此处输入图像描述

我做错了什么?

4

0 回答 0