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.

Home Page:https://simplemde.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I render the headings inside a div?

BloomAutist47 opened this issue · comments

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?