Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Commonmark.Extensions.Math
Documentation
class HasMath a where Source #
Instances
HasMath (Html a) Source # | |
Defined in Commonmark.Extensions.Math | |
(HasMath i, Monoid i) => HasMath (WithSourceMap i) Source # | |
Defined in Commonmark.Extensions.Math Methods inlineMath :: Text -> WithSourceMap i Source # displayMath :: Text -> WithSourceMap i Source # |