Cheng Lou 12 years ago
parent
commit
084e726d3c
  1. 2
      _js/examples/markdown.js

2
_js/examples/markdown.js

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

Loading…
Cancel
Save