mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-12 07:51:05 +02:00
Remove disableMarkdown
setting
This was used by the old composer to control whether to interpret text as markdown prior to sending. The new setting is `MessageComposerInput.isRichTextEnabled`.
This commit is contained in:
parent
569ea909c4
commit
0585fa048f
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user