BinaryQuantumSoul / discord-latex

BetterDiscord plugin using MathJax to render LaTeX
Apache License 2.0
5 stars 1 forks source link
betterdiscord betterdiscord-plugin discord latex mathjax tex

LaTeX Renderer

This is a BetterDiscord plugin using MathJax to natively render LaTeX math equations inside Discord.

Usage

You need to use simple or double dollars inside a Discord inline or mutiline code block (this is to prevent markdown interpretation of special characters). You can also use \( \) and \[ \].

Examples (just copy-paste)

Installation

Download the plugin on BetterDiscord's website.

You can also download latest here dist/LaTeX.plugin.js

Simply put it in BetterDiscord's plugin folder

Building the plugin

Simply clone the repo then run npm install and npm run build

Then put dist/LaTeX.plugin.js in BetterDiscord's plugin folder.