forked from wallabag/wallabag
highlight.js library added to highlight programming code examples in article view
This commit is contained in:
4
themes/default/_highlight.twig
Executable file
4
themes/default/_highlight.twig
Executable file
@ -0,0 +1,4 @@
|
||||
{# include excelent highlight.js library for code highligting, see http://highlightjs.org/ #}
|
||||
<link rel="stylesheet" href="{{ poche_url }}themes/default/highlightjs/styles/github.css">
|
||||
<script src="{{ poche_url }}themes/default/highlightjs/highlight.pack.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
Reference in New Issue
Block a user