Update mathjax plugin for new tags. Fixes Issue #29.
This commit is contained in:
parent
0e6edb7211
commit
a7754c5246
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue