diff --git a/plugins/mathjax.lisp b/plugins/mathjax.lisp index 09af6c3..ce1d0a2 100644 --- a/plugins/mathjax.lisp +++ b/plugins/mathjax.lisp @@ -17,7 +17,7 @@ (defun enable (&key force config (preset "TeX-AMS-MML_HTMLorMML") (location "http://cdn.mathjax.org/mathjax/latest/MathJax.js")) (labels ((math-post-p (obj) - (member "math" (content-tags obj) :test #'string=)) + (member (make-tag "math") (content-tags obj) :test #'tag-slug=)) (mathjax-p (obj) (or force (etypecase obj