summaryrefslogtreecommitdiffstats
path: root/test/plugins/resources/index.js
blob: 68b3c39015f53ca68044f0f72d9302996a269211 (plain)
1
2
3
4
5
6
7
module.exports = {
	book: {
        js: [
            "https://cdn.mathjax.org/mathjax/2.4-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
        ]
    }
};