Make highlight.js example clearer

Provide the missing step to actually use the library. Should be helpful for a newbie.
This commit is contained in:
Kartik Singhal 2014-09-23 19:39:40 +05:30 committed by spf13
parent b81ebf2ada
commit 3060307085

View file

@ -89,6 +89,7 @@ as `header.html` or `header.includes.html`. Simply add:
<link rel="stylesheet" href="https://yandex.st/highlightjs/8.0/styles/default.min.css">
<script src="https://yandex.st/highlightjs/8.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
You can of course use your own copy of these files, typically in `./static/`.