Merge pull request #5244 from akissinger/katex

LaTeX rendering in element-web using KaTeX
This commit is contained in:
J. Ryan Stinnett 2020-11-27 11:55:26 +00:00 committed by GitHub
commit 826466179a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 107 additions and 5 deletions

View file

@ -117,6 +117,12 @@ export interface ISetting {
}
export const SETTINGS: {[setting: string]: ISetting} = {
"feature_latex_maths": {
isFeature: true,
displayName: _td("Render LaTeX maths in messages"),
supportedLevels: LEVELS_FEATURE,
default: false,
},
"feature_communities_v2_prototypes": {
isFeature: true,
displayName: _td(