Markdown: add experimental warning in Preferences
This commit is contained in:
parent
e8c9dbbf96
commit
d9c89ae0e3
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ class Preferences extends ImmutablePureComponent {
|
|||
/>
|
||||
<RadioItem
|
||||
label={<FormattedMessage id='preferences.options.content_type_markdown' defaultMessage='Markdown' />}
|
||||
hint={<FormattedMessage id='preferences.hints.content_type_markdown' defaultMessage='Warning: experimental!' />}
|
||||
checked={settings.get('defaultContentType') === 'text/markdown'}
|
||||
value='text/markdown'
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue