patleeman / quill-markdown-shortcuts

Quill.js module that converts markdown to rich text formatting while typing.
https://patleeman.github.io/quill-markdown-shortcuts/
139 stars 49 forks source link

#12 fix #15

Closed amka closed 6 years ago

amka commented 6 years ago

I decided to detect header size from pattern match instead of text selection. So this PR changes header size detection and fixes deletion range.

kapture 2018-04-06 at 15 40 33

aral commented 6 years ago

This looks awesome; thank you :)

patleeman commented 6 years ago

Agreed, this looks awesome. Thanks @amka!