Fix syntax highlighting not apply correctly in slides

This commit is contained in:
Wu Cheng-Han 2016-11-07 21:27:58 +08:00
parent 8c5a5a0712
commit 793aef0e2e
4 changed files with 7 additions and 4 deletions

View file

@ -2,6 +2,8 @@ require('../css/extra.css');
require('../css/slide-preview.css');
require('../css/site.css');
require('highlight.js/styles/github-gist.css');
/* other vendors plugin */
var S = require('string');