Files
gitbook/test/plugins/resources/index.js
T
2015-01-30 16:53:42 +01:00

13 lines
213 B
JavaScript

module.exports = {
website: {
js: [
"https://cdn.mathjax.org/mathjax/2.4-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
]
},
ebook: {
css: [
"test"
]
}
};