quick and dirty override to disable MD globally

This commit is contained in:
Matthew Hodgson 2017-06-05 21:38:25 +01:00
parent d77a09adba
commit ed7c138d91
2 changed files with 5 additions and 0 deletions

View file

@ -88,6 +88,10 @@ const SETTINGS_LABELS = [
id: 'hideRedactions',
label: 'Hide removed messages',
},
{
id: 'disableMarkdown',
label: 'Disable markdown formatting',
},
/*
{
id: 'useFixedWidthFont',