Merge pull request #1214 from matrix-org/luke/fix-rte-remove-old-disable-md-setting

Remove `disableMarkdown` setting
pull/21833/head
Luke Barnard 2017-07-13 11:33:42 +01:00 committed by GitHub
commit ce0f9e8803
1 changed files with 0 additions and 4 deletions

View File

@ -89,10 +89,6 @@ const SETTINGS_LABELS = [
id: 'hideRedactions',
label: 'Hide removed messages',
},
{
id: 'disableMarkdown',
label: 'Disable markdown formatting',
},
{
id: 'enableSyntaxHighlightLanguageDetection',
label: 'Enable automatic language detection for syntax highlighting',