mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-04 08:59:39 -04:00
Replace SyntaxHighlighter wiht Prism.
This commit is contained in:
parent
2668c28737
commit
72d8152df5
34 changed files with 206 additions and 1797 deletions
|
@ -6,6 +6,7 @@
|
|||
// @include "lib/marked-*.js"
|
||||
// @include "lib/modulejs-*.js"
|
||||
// @include "lib/moment-*.js"
|
||||
// @include "lib/prism-*.js"
|
||||
|
||||
// jQuery libs
|
||||
// -----------
|
||||
|
@ -22,6 +23,7 @@
|
|||
modulejs.define('marked', function () { return marked; });
|
||||
modulejs.define('modernizr', function () { return Modernizr; });
|
||||
modulejs.define('moment', function () { return moment; });
|
||||
modulejs.define('prism', function () { return Prism; });
|
||||
modulejs.define('_', function () { return _; });
|
||||
|
||||
// @include "inc/**/*.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue