Skip to content

Instantly share code, notes, and snippets.

@erkobridee
Created January 16, 2019 12:42
Show Gist options
  • Save erkobridee/d4ec90bca6cff1695a65580b6369f570 to your computer and use it in GitHub Desktop.
Save erkobridee/d4ec90bca6cff1695a65580b6369f570 to your computer and use it in GitHub Desktop.
// https://github.com/rexxars/react-markdown
// https://github.com/GregRos/typed-react-markdown
import * as ReactMarkdown from 'react-markdown';
<ReactMarkdown linkTarget="_blank">
  {intl.formatMessage(translations.message_with_links)}
</ReactMarkdown>
<ReactMarkdown>
  {intl.formatMessage(translations.message_with_email_placeholder, { email: 'mailto:[email protected]' })}
</ReactMarkdown>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment