diff --git a/src/index.js b/src/index.js index cdf5499..c403100 100644 --- a/src/index.js +++ b/src/index.js @@ -30,12 +30,12 @@ var Remarkable = React.createClass({ content() { if (this.props.source) { - return ; + return
; } else { return React.Children.map(this.props.children, child => { if (typeof child === 'string') { - return ; + return ; } else { return child;