paste-markdown 0.2.1
-
Correctly position cursor after operation if extra newline was inserted
-
Correctly replace existing selection
-
The
paste/drop
behavior now defaults to native behavior if no image links were found in the data transfer. This avoids an extra newline when pasting a plain link. -
Do not call
insertText()
more than once. This avoids triggering the 'change' event N times if N items were pasted/dropped.