Markdown: add experimental warning in Preferences

This commit is contained in:
Alex Gleason 2020-12-29 10:30:21 -06:00
parent e8c9dbbf96
commit d9c89ae0e3
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -182,6 +182,7 @@ class Preferences extends ImmutablePureComponent {
/> />
<RadioItem <RadioItem
label={<FormattedMessage id='preferences.options.content_type_markdown' defaultMessage='Markdown' />} 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'} checked={settings.get('defaultContentType') === 'text/markdown'}
value='text/markdown' value='text/markdown'
/> />