react-md-editor
react-md-editor copied to clipboard
Save full html layout from MD editor using React
How can I save full html layout with all tags ( , , ,
Because by default value of Markdown is String.
In JS we have cloneNode. But then is wont be a React application.

Here, i need to save layout like in the bottom example. But now if I take value of Markdown - it return me only simple String.
@StasSpawn markdown handed over to react-markdown-preview for rendering
If you are converting to HTML, use markdown-to-html.