This commit is contained in:
Cheng Lou
2013-07-17 16:25:25 -04:00
parent d0b7884924
commit 084e726d3c

View File

@@ -38,6 +38,6 @@ React.renderComponent(<MarkdownEditor />, mountNode);\
";
React.renderComponent(
ReactPlayground( {codeText:MARKDOWN_COMPONENT}, null ),
<ReactPlayground codeText={MARKDOWN_COMPONENT} />,
document.getElementById('markdownExample')
);