无法高亮:
{% highlight php %}
echo "hello";
{% endhighlight %}
可以高亮:
{% highlight javascript %}
alert("test");
{% endhighlight %}
尝试的结果是,只有PHP无法被高亮。
_config.yml 的配置是:
permalink: /:year/:month/:title/
markdown: rdiscount
pygments: true
请教一下如何处理? 谢谢!
{% highlight php %}
echo "hello";
{% endhighlight %}
可以高亮:
{% highlight javascript %}
alert("test");
{% endhighlight %}
尝试的结果是,只有PHP无法被高亮。
_config.yml 的配置是:
permalink: /:year/:month/:title/
markdown: rdiscount
pygments: true
请教一下如何处理? 谢谢!