We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6670358 commit 5fb4096Copy full SHA for 5fb4096
test/test.js
@@ -31,7 +31,7 @@ describe('paste-markdown', function () {
31
assert.equal(textarea.value, 'The examples can be found [here](https://github.com).')
32
})
33
34
- it('turns pasted urls on selected urls not into markdown links', function () {
+ it("doesn't paste a markdown URL when pasting over a selected URL", function () {
35
// eslint-disable-next-line i18n-text/no-en
36
textarea.value = 'The examples can be found here: https://docs.github.com'
37
textarea.setSelectionRange(32, 55)
0 commit comments