液体在html渲染周围添加红色框

时间:2015-10-20 08:27:24

标签: css jekyll liquid angular

我正在尝试使用Jekyll和Liquid渲染一些Angular2代码。这就是我的开始

{% highlight html %}
<button (click)="action('dec')">Decrement</button>
<span>{% raw %}{{count}}{% endraw %}</span>
<button (click)="action('inc')">Increment</button>
{% endhighlight %}

这就是我得到的

enter image description here

红色方块已自动添加。如何删除它们?

1 个答案:

答案 0 :(得分:2)

_sass/_syntax-highlighting.scss

.err删除样式中
.err   {} // Error