Update __init__.py #30

Closed
Groupr wants to merge 13 commits from Katex_Swap into main
Groupr commented 2025-11-10 23:47:11 -05:00 (Migrated from git2.unturf.com)

Migrate from MathJax to KaTeX for math rendering

  • Replaced MathJax CDN with KaTeX (faster, lighter weight)
  • Renamed all mathjax references to katex throughout codebase
  • Updated JavaScript to use KaTeX auto-render instead of MathJax.Hub
  • Created database migration to rename mathjax column to katex
  • Updated form handlers, templates, models, and tests
  • KaTeX renders client-side from CDN (no Python dependencies)
  • Math equations use same syntax: ... for display, ... for inline
Migrate from MathJax to KaTeX for math rendering - Replaced MathJax CDN with KaTeX (faster, lighter weight) - Renamed all mathjax references to katex throughout codebase - Updated JavaScript to use KaTeX auto-render instead of MathJax.Hub - Created database migration to rename mathjax column to katex - Updated form handlers, templates, models, and tests - KaTeX renders client-side from CDN (no Python dependencies) - Math equations use same syntax: $$...$$ for display, $...$ for inline
Groupr commented 2025-11-10 23:47:11 -05:00 (Migrated from git2.unturf.com)

requested review from @russellballestrini

requested review from @russellballestrini
Groupr (Migrated from git2.unturf.com) closed this pull request 2025-11-10 23:48:04 -05:00

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: engineering/remarkbox#30
No description provided.