simplemde-markdown-editor
simplemde-markdown-editor copied to clipboard
How do I render the headings inside a div?
So let's say you have this;
<div> # Hello World </div>
It will not render the # Hello World inside the div and make it big on the editor. Is there a way to enable this behavior?