summaryrefslogtreecommitdiffstats
path: root/test/plugins/resources/index.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-01-28 19:39:41 +0100
committerSamy Pessé <samypesse@gmail.com>2015-01-28 19:39:41 +0100
commit898000a5800d4f319f06937e4a6a2785b694d3b2 (patch)
treefe221fc83411c4f2507a42a7edd7450754190166 /test/plugins/resources/index.js
parentf95beed58bf1d7aa7bedff774ee054d1e35f0fc0 (diff)
downloadgitbook-898000a5800d4f319f06937e4a6a2785b694d3b2.zip
gitbook-898000a5800d4f319f06937e4a6a2785b694d3b2.tar.gz
gitbook-898000a5800d4f319f06937e4a6a2785b694d3b2.tar.bz2
Fix resources loading in plugins
Diffstat (limited to 'test/plugins/resources/index.js')
-rw-r--r--test/plugins/resources/index.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/plugins/resources/index.js b/test/plugins/resources/index.js
new file mode 100644
index 0000000..68b3c39
--- /dev/null
+++ b/test/plugins/resources/index.js
@@ -0,0 +1,7 @@
+module.exports = {
+ book: {
+ js: [
+ "https://cdn.mathjax.org/mathjax/2.4-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
+ ]
+ }
+};