Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minibill/elm-mathml-core
https://github.com/minibill/elm-mathml-core
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/minibill/elm-mathml-core
- Owner: miniBill
- License: mit
- Created: 2023-09-27T12:53:40.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-27T14:20:39.000Z (about 1 year ago)
- Last Synced: 2023-09-28T01:12:00.691Z (about 1 year ago)
- Language: Elm
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MathML Core
Mathematical Markup Language (MathML) is a dialect of XML for describing mathematical notation and capturing both its structure and content.
MathML Core is a new version of the standard, with a reduced set of elements and attributes.
This library provides access to MathML Core nodes and attributes, compatible with `elm/html`.
[MathML Core at w3](https://www.w3.org/TR/mathml-core)
[MathML reference at MDN](https://developer.mozilla.org/en-US/docs/Web/MathML)
## Credits
This README and some of the code is adapted from [brainrake/elm-mathml](https://github.com/brainrake/elm-mathml).
Some of the documentation is taken from [MathML Core at w3](https://www.w3.org/TR/mathml-core).