Closed budziq closed 7 years ago
Basically like in case of ACE. MathJax is a large dependency that might be seldom required
Additionally it blocks offline reading https://github.com/rust-lang/book/issues/711 due to how it is incrementally loaded from cdn.
It would be preferable to have MathJax as an optional dependency with key in the book.toml.
blocked on https://github.com/azerupi/mdBook/pull/335 - will need to wait until curent hbs_renderer refactor is finished.
335 just got merged, so it should no longer be blocking this.
Yup ;) I'll look into this issue later on.
Basically like in case of ACE. MathJax is a large dependency that might be seldom required
Additionally it blocks offline reading https://github.com/rust-lang/book/issues/711 due to how it is incrementally loaded from cdn.
It would be preferable to have MathJax as an optional dependency with key in the book.toml.
blocked on https://github.com/azerupi/mdBook/pull/335 - will need to wait until curent hbs_renderer refactor is finished.