patleeman / quill-markdown-shortcuts

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

Update italics regex #34

Closed amit1rrr closed 4 years ago

amit1rrr commented 4 years ago

Fixes - https://github.com/patleeman/quill-markdown-shortcuts/issues/33

amit1rrr commented 4 years ago

I am closing this pull request since the strict regex I am using it not useful for every user of this library. See discussion above.

If somebody likes it the change they can easily use it in their own fork and build markdownShortcuts.js from their own forks and use it in their project. You can periodically pull improvements from this parent repository.