mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-20 17:43:24 +00:00
8 lines
158 B
JavaScript
8 lines
158 B
JavaScript
module.exports = {
|
|
book: {
|
|
js: [
|
|
"https://cdn.mathjax.org/mathjax/2.4-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
|
|
]
|
|
}
|
|
};
|