mirror of
https://github.com/vale981/riot-katex
synced 2025-03-04 16:51:37 -05:00
12 lines
303 B
Markdown
12 lines
303 B
Markdown
|
# Riot KaTeX
|
||
|
|
||
|
This extension injects KaTeX into the `Riot` chat client for
|
||
|
`matrix`. This currently works for just one domain
|
||
|
(matrix.tu-dresden.de). If you want to use it, you have to adjust the
|
||
|
`manifest.json`.
|
||
|
|
||
|
## Writing LaTeX
|
||
|
- `$$x^2$$` renders math block style
|
||
|
- `\(x^2\)` renders math inline
|
||
|
|