// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`props allowListedRules 1`] = `
I am some [content](https://en.wikipedia.org/wiki/Content) with markdown

", } } /> `; exports[`props markdown 1`] = `
I am some content with markdown

", } } /> `; exports[`props openLinksInNewTab 1`] = `
I am some content with markdown

", } } /> `; exports[`props whiteListedRules 1`] = `
I am some [content](https://en.wikipedia.org/wiki/Content) with markdown

", } } /> `; exports[`render 1`] = `
`; exports[`should never render html tags 1`] = `
<div>I may be dangerous if rendered as html</div>

", } } /> `;