| 1 | # KaTeX Vendor DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own vendored KaTeX assets used for math rendering. |
| 6 | |
| 7 | ## Ownership |
| 8 | |
| 9 | - `katex.min.js` owns core rendering behavior. |
| 10 | - `katex.auto-render.min.js` owns auto-render support. |
| 11 | - `katex.min.css` owns KaTeX styling. |
| 12 | - `fonts/` owns every font asset referenced by `katex.min.css`. |
| 13 | |
| 14 | ## Local Contracts |
| 15 | |
| 16 | - Do not hand-edit minified vendor files. |
| 17 | - Keep markdown/message rendering imports synchronized with asset paths. |
| 18 | - Keep the CSS font references fully available under `fonts/`. |
| 19 | |
| 20 | ## Work Guidance |
| 21 | |
| 22 | - Replace from a clean upstream release when updating KaTeX. |
| 23 | |
| 24 | ## Verification |
| 25 | |
| 26 | - Smoke-test markdown or message content containing math after changes. |
| 27 | |
| 28 | ## Child DOX Index |
| 29 | |
| 30 | No child DOX files. |