Commit a8cbcca9 by ichuang

fix HTML display of math (it wasn't queueing mathjax)

parent 50f66531
......@@ -3,6 +3,7 @@ class @HTMLModule
constructor: (@element) ->
@el = $(@element)
@setCollapsibles()
MathJax.Hub.Queue ["Typeset", MathJax.Hub, @el[0]]
$: (selector) ->
$(selector, @el)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment