matched setting name to PR in matrix-react-sdk

This commit is contained in:
Aleks Kissinger 2020-11-26 17:40:14 +00:00
parent 89ce904ebb
commit e743a12f30
2 changed files with 3 additions and 3 deletions

View file

@ -7,9 +7,9 @@ to `Settings->Labs`. This list is non-exhaustive and subject to change, chat in
**Be warned! Labs features are not finalised, they may be fragile, they may change, they may be
dropped. Ask in the room if you are unclear about any details here.**
## LaTeX math in messages (`feature_latex_maths`)
## Render LaTeX maths in messages (`feature_latex_maths`)
Enables LaTeX math in messages using [KaTeX](https://katex.org/).
Enables rendering of LaTeX maths in messages using [KaTeX](https://katex.org/). LaTeX between single dollar-signs is interpreted as inline maths and double dollar-signs as display maths (i.e. centred on its own line).
## New spinner design (`feature_new_spinner`)