Fix #15: autolinker plugin removed

这个提交包含在:
Simon Vieille 2019-01-03 14:52:44 +01:00
父节点 3972513905
当前提交 7195609086
签署人:: deblan
GPG 密钥 ID: 03383D15A1D31745
共有 2 个文件被更改,包括 12 次插入16 次删除

查看文件

@ -1,5 +1,5 @@
/* PrismJS 1.15.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+actionscript+c+csharp+bash+cpp+aspnet+css-extras+diff+markup-templating+markdown+perl+php+php-extras+sql+python+yaml&plugins=line-highlight+line-numbers+autolinker */
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+actionscript+c+csharp+bash+cpp+aspnet+css-extras+diff+markup-templating+markdown+perl+php+php-extras+sql+python+yaml&plugins=line-highlight+line-numbers */
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
@ -231,6 +231,3 @@ pre[class*="language-"].line-numbers > code {
text-align: right;
}
.token a {
color: inherit;
}

文件差异因一行或多行过长而隐藏