feat: KaTeX math equation blocks for docs (0.42.0)
Add MathBlock TipTap extension for LaTeX math equations. Features:
- Display mode (centered, large) and inline mode toggle
- Live preview with 200ms debounce while editing
- Click/double-click to open LaTeX editor
- Error display for invalid LaTeX
- KaTeX loaded dynamically on first use (zero initial bundle cost)
- CSS auto-loaded from CDN
- Wired into slash commands (/math)
Closes #629