From 084e726d3ccbb86d6bcd544184bdfdf5f595a4a3 Mon Sep 17 00:00:00 2001 From: Cheng Lou Date: Wed, 17 Jul 2013 16:25:25 -0400 Subject: [PATCH] jsx --- _js/examples/markdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_js/examples/markdown.js b/_js/examples/markdown.js index 3cd9d6d56..8f131fbb4 100644 --- a/_js/examples/markdown.js +++ b/_js/examples/markdown.js @@ -38,6 +38,6 @@ React.renderComponent(, mountNode);\ "; React.renderComponent( - ReactPlayground( {codeText:MARKDOWN_COMPONENT}, null ), + , document.getElementById('markdownExample') );