wagtail-polymath
wagtail-polymath copied to clipboard
Add KaTeX rendering engine
This PR include some breaking changes:
- Rename the project into wagtail_polymath
- Add support of KaTex rendering engine
- Add Django settings options:
-
WAGTAILPOLYMATH_ENGINE
: The default value of rendering engine ismathjax
.katex
is also supported. -
WAGTAILPOLYMATH_SETTINGS
: Specify specific version of rendering engine from CDN, or from self provisioned django static files.
-
- Rename html template namespace from
wagtailmath
towagtail_polymath