mirror of https://github.com/vector-im/riot-web
Merge pull request #1214 from matrix-org/luke/fix-rte-remove-old-disable-md-setting
Remove `disableMarkdown` settingpull/21833/head
commit
ce0f9e8803
|
@ -89,10 +89,6 @@ const SETTINGS_LABELS = [
|
||||||
id: 'hideRedactions',
|
id: 'hideRedactions',
|
||||||
label: 'Hide removed messages',
|
label: 'Hide removed messages',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: 'disableMarkdown',
|
|
||||||
label: 'Disable markdown formatting',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 'enableSyntaxHighlightLanguageDetection',
|
id: 'enableSyntaxHighlightLanguageDetection',
|
||||||
label: 'Enable automatic language detection for syntax highlighting',
|
label: 'Enable automatic language detection for syntax highlighting',
|
||||||
|
|
Loading…
Reference in New Issue