Copyright | (C) 2016-2025 David M. Johnson |
---|---|
License | BSD3-style (see the file LICENSE) |
Maintainer | David M. Johnson <code@dmj.io> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
Miso.Mathml
Contents
Description
Example usage:
xSquared :: View action xSquared = math_ [] [ msup_ [] [ mi_ [] [text "x"] , mn_ [] [text "2"] ] ]
More complex example in mathml.
Synopsis
- module Miso.Mathml.Element
Elements
module Miso.Mathml.Element