Socket
Book a DemoInstallSign in
Socket

asciimathml

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asciimathml

ASCIIMathML to MathML translator

pipPyPI
Version
0.9.5.1
Maintainers
2

Translates from ASCIIMathML (an easy to type and highly readable way to represent math formulas) into Presentation MathML (a w3c standard directly displayable by some web browsers).

The MathML tree is represented by Elements from the standard xml.etree.ElementTree python library.

The obtained tree can then be further manipulated and then serialized into a string to be included for example in a HTML document.

Also included is a markdown extension that allows the use of ASCIIMathML, eclosed between $$, inside markdown documents.

Keywords

markup

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts