Keating 0.3.4 improves the chat rendering pipeline with two long-requested features: properly formatted markdown tables and LaTeX math expressions.
Markdown Table Support
The chat panel now includes remark-gfm so GitHub-flavored markdown tables render correctly. Inline table components use theme-aware borders and spacing so data is readable in both light and dark modes.
LaTeX Math Rendering
The react-markdown renderer now includes remark-math and rehype-katex plugins. Inline math delimited by `$...Keating 0.3.4 improves the chat rendering pipeline with two long-requested features: properly formatted markdown tables and LaTeX math expressions.
Markdown Table Support
The chat panel now includes remark-gfm so GitHub-flavored markdown tables render correctly. Inline table components use theme-aware borders and spacing so data is readable in both light and dark modes.
LaTeX Math Rendering
The react-markdown renderer now includes remark-math and rehype-katex plugins. Inline math delimited by and block math delimited by $...$ are passed through KaTeX for proper typesetting. The KaTeX stylesheet is loaded in the app entry point so expressions render consistently across the UI.
The v0.3.4 build compiles cleanly and all 18 tests pass.