wagtail-polymath icon indicating copy to clipboard operation
wagtail-polymath copied to clipboard

Add KaTeX rendering engine

Open ongchi opened this issue 7 months ago • 3 comments

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 is mathjax. 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 to wagtail_polymath

ongchi avatar Jul 01 '24 13:07 ongchi