sparksuite / simplemde-markdown-editor

A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://simplemde.com
MIT License
9.79k stars 1.12k forks source link

Using React Component for previewRender #755

Open msrshahrukh100 opened 5 years ago

msrshahrukh100 commented 5 years ago

Is there any way I can use a React Component without using renderToString for previewRender? The reason I don't want to use renderToString is because I have javascript code in there.