出于维护成本的考虑,laravist引入了Disqus评论系统,如果不出什么大意外的话,之后除了问答模块的评论,其他的模块(包括视频,文章,播客)都会使用Disqus评论系统。
这里简单说明一下,Disqus评论的代码高亮,在评论的时候你可以使用pre
和code
这两个html标签来达到代码高亮的目的,比如:
<pre><code class="php">
public function register()
{
$this->app->bind('App\Billing\BillingInterface','App\Billing\Billing');
}
</code></pre>
经过Disqus渲染出来的效果是这样的:
效果链接(评论区域):https://laravist.com/series/laravel-and-front-end-series/episodes/1
更多参考
https://help.disqus.com/customer/portal/articles/665057-syntax-highlighting