Found the answer by connecting to the source code:
React.DOM.div({ dangerouslySetInnerHTML: { __html: markdown.makeHtml(this.props.children.toString()) } });
or in coffeescript:
R.div dangerouslySetInnerHTML: __html: markdown.makeHtml @props.children.toString()
George mauer
source share