Ionaru / easy-markdown-editor

EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://stackblitz.com/edit/easymde
MIT License
2.39k stars 315 forks source link

Can I render the headers inside <div> tags? #420

Open BloomAutist47 opened 2 years ago

BloomAutist47 commented 2 years ago

image This image says it all.

The header out side the div tags gets big while the one inside the tag remains normal text. Is there a way to enable this large rendering?

Ionaru commented 2 years ago

You cannot place markdown inside a <div> block, but to make that text a header you can use <h1>, just make sure to remove any spaces in front of <h1>.