diff --git a/remarkbox/static/js/custom.js b/remarkbox/static/js/custom.js index ab28d8a..51b6e2b 100644 --- a/remarkbox/static/js/custom.js +++ b/remarkbox/static/js/custom.js @@ -2,7 +2,7 @@ // previewTimer must live outside the functions. var previewTimer = null; -function previewAjax(textarea, div, show_raw = false, mathjax = false){ +function previewAjax(textarea, div, show_raw = false, katex = false){ // set div to raw textarea while waiting for remote Markdown rendering. if (show_raw) { // bust HTML tags like