Merge pull request #5244 from akissinger/katex
LaTeX rendering in element-web using KaTeX
This commit is contained in:
commit
826466179a
9 changed files with 107 additions and 5 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue