added newline to mathjax config v2

This commit is contained in:
Tor Erlend Fjelde 2023-05-28 11:36:58 +01:00
parent 36d9449a82
commit 85ae84af70
1 changed files with 1 additions and 1 deletions

View File

@ -810,7 +810,7 @@ The precedence is as follows:
(defun org-reveal--mathjax2-make-config-script (config)
"Return the MathJax configuration string from CONFIG."
(format "<script type=\"text/x-mathjax-config\">\nMathJax.Hub.Config(%s);</script>" config))
(format "<script type=\"text/x-mathjax-config\">\nMathJax.Hub.Config(%s);\n</script>" config))
(defun org-reveal--mathjax3-make-config-script (config)
"Return the MathJax configuration string from CONFIG."