diff --git a/index.js b/index.js index 180626e..1a442f1 100644 --- a/index.js +++ b/index.js @@ -51,7 +51,7 @@ class Markdown extends Component { const tree = this.parse(child); - return {this.renderer(tree)} + return {this.renderer(tree)} } }