https://github.com/brainrake/elm-mathml
https://github.com/brainrake/elm-mathml
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brainrake/elm-mathml
- Owner: brainrake
- License: mit
- Created: 2020-11-11T03:53:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-27T22:49:39.000Z (11 months ago)
- Last Synced: 2025-11-06T21:56:13.662Z (5 months ago)
- Language: Elm
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MathML
Mathematical Markup Language (MathML) is a dialect of XML for describing mathematical notation and capturing both its structure and content.
This library provides low-level access to MathML nodes and attributes, compatible with `elm/html`.
[MathML at w3](https://www.w3.org/Math/)
[MathML reference at MDN](https://developer.mozilla.org/en-US/docs/Web/MathML)