22 comments (22 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python1,985 forks (1,985 forks)batch import
builder:htmlextensions:mathematicshelp wantedmarkuptype:enhancementtype:proposal
Repository metrics
- Stars
- 5,625 stars (5,625 stars)
- PR merge metrics
- Avg merge 10d 11h (Avg merge 10d 11h)11 merged PRs in 30d (11 merged PRs in 30d)
Description
From the docs:
"Since mathematical notation isn’t natively supported by HTML in any way..."
That's not totally true. MathML is a part of the HTML5 spec, though browser support is spotty to say the least. Since the alternative without installing plugins is just math not working, maybe a good default would be to follow the spec for the output format?
Contributor guide
- Research direction
- Research how Sphinx currently handles math output (e.g., MathJax, imgmath). Identify the code path for math output and where a new MathML builder could be integrated. Study the MathML specification for HTML5 and existing MathML libraries in Python.
- Tech stack
- python
- Domain
- documentation
- Issue type
- Feature
- Prerequisites
- PythonSphinx extension development