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

How do I render the headings inside a div? #832

Open BloomAutist47 opened 2 years ago

BloomAutist47 commented 2 years ago

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?