Skip to content

Instantly share code, notes, and snippets.

@erkobridee
Created January 16, 2019 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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:contat@domain.ext' })}
</ReactMarkdown>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment