Update <Markdown/> allowedTypes (#1004)

This commit is contained in:
James Prado 2018-02-06 14:54:02 -05:00 committed by Daniel Ternyak
parent 822836a536
commit 5272bdacd5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const Translate = ({ translationKey }: Props) => {
<Markdown
escapeHtml={true}
unwrapDisallowed={true}
allowedTypes={['link', 'emphasis', 'strong', 'code', 'root']}
allowedTypes={['link', 'emphasis', 'strong', 'code', 'root', 'inlineCode']}
renderers={{ root: 'span' }}
source={source}
/>