We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7217fc0 commit 4d2fd13Copy full SHA for 4d2fd13
extra/texmath.hs
@@ -62,6 +62,7 @@ writers = [
62
, ("omml", XMLWriter writeOMML)
63
, ("xhtml", XMLWriter (\dt e -> inHtml (writeMathML dt e)))
64
, ("mathml", XMLWriter writeMathML)
65
+ , ("starmath", StringWriter writeStarMath)
66
, ("pandoc", PandocWriter writePandoc)]
67
68
data Options = Options {
0 commit comments