parent
9c4bb2fc12
commit
6442e185b3
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ inlineToHtml opts inline =
|
|||
Left _ -> inlineListToHtml opts
|
||||
(readTeXMath str) >>= return .
|
||||
(H.span ! A.class_ "math")
|
||||
MathJax _ -> return $ toHtml $
|
||||
MathJax _ -> return $ H.span ! A.class_ "math" $ toHtml $
|
||||
case t of
|
||||
InlineMath -> "\\(" ++ str ++ "\\)"
|
||||
DisplayMath -> "\\[" ++ str ++ "\\]"
|
||||
|
|
Loading…
Add table
Reference in a new issue