From eafa018e7fe669b1b3776a71c3daa1aaa76807cb Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Wed, 20 Aug 2014 17:00:04 -0700 Subject: [PATCH] Disallow inline math --- book/plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/plugin.js b/book/plugin.js index 4ac8aae..aaa7a3c 100644 --- a/book/plugin.js +++ b/book/plugin.js @@ -1,7 +1,6 @@ require(["gitbook"], function(gitbook) { MathJax.Hub.Config({ tex2jax: { - inlineMath: [['$','$'], ['\\(','\\)']], processEscapes: true } }); @@ -10,4 +9,5 @@ require(["gitbook"], function(gitbook) { gitbook.events.bind("page.change", function() { MathJax.Hub.Typeset() }); -}); \ No newline at end of file +}); +