mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-30 23:15:14 -04:00
Replace markdown with marked.
This commit is contained in:
parent
114c63cfd7
commit
7ecefa554a
7 changed files with 1281 additions and 1733 deletions
|
@ -3,7 +3,7 @@
|
|||
// ----------
|
||||
// @include "lib/modernizr-*.js"
|
||||
// @include "lib/underscore-*.js"
|
||||
// @include "lib/markdown-*.js"
|
||||
// @include "lib/marked-*.js"
|
||||
// @include "lib/modulejs-*.js"
|
||||
// @include "lib/moment-*.js"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
|||
|
||||
/*global jQuery, markdown, Modernizr, moment, _ */
|
||||
modulejs.define('$', function () { return jQuery; });
|
||||
modulejs.define('markdown', function () { return markdown; });
|
||||
modulejs.define('marked', function () { return marked; });
|
||||
modulejs.define('modernizr', function () { return Modernizr; });
|
||||
modulejs.define('moment', function () { return moment; });
|
||||
modulejs.define('_', function () { return _; });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue