This project integrates an equation editor into H5P text fields that use the HTML widget. It modifies the H5P math input library to render mathematical equations inline and enables specific Tex extensions for better display.
- Adds equation editor to all H5P text fields that use HTML widget.
- Overrides H5P math input library configuration.
NB! Default MathDisplay library configuration is overridden, with $$ delimiter being rendered inline instead of block and $$$ being added instead of it. Tex is set to use asm extensions.
See the code for more details.