latex-formulae-pandoc-0.1.0.0: filter/Main.hs
import Image.LaTeX.Render.Pandoc
import Image.LaTeX.Render
import Text.Pandoc.JSON
main :: IO ()
main = toJSONFilter $ convertFormulaDataURI 2 defaultEnv eqopts
where eqopts InlineMath = math
eqopts DisplayMath = displaymath