miso
Copyright(C) 2016-2025 David M. Johnson
LicenseBSD3-style (see the file LICENSE)
MaintainerDavid M. Johnson <code@dmj.io>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Miso.Mathml

Contents

Description

Example usage:

xSquared :: View action
xSquared  =
    math_ []
        [ msup_ []
            [ mi_ [] [text "x"]
            , mn_ [] [text "2"]
            ]
        ]

More complex example in mathml.

Synopsis

Elements