MathJaxMessages is a Vencord plugin that renders LaTeX-style math in messages.
- Renders inline math (wrapped in
$...$or\(...\)) - Renders display math (wrapped in
$$...$$or\[...\]) - Optionally require delimiters to appear inside code blocks
- Leaves original message untouched when parsing or rendering fails
Custom plugins in Vencord require building from source. See Vencord's Installing custom plugins.
git clone this repo under src/userplugins, then build and inject.
- Require Code Blocks: Only render math when delimiters are inside an inline or fenced code block.
- Delimiters: Which math delimiters to detect in messages (TeX / LaTeX / both [default])
