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 12b4bb2 commit 9f542deCopy full SHA for 9f542de
test/test.js
@@ -148,7 +148,7 @@ describe('paste-markdown', function () {
148
assert.equal(textarea.value, markdownSentence)
149
})
150
151
- it('doesn\'t render any markdown for html link without corresponding plaintext', function () {
+ it("doesn't render any markdown for html link without corresponding plaintext", function () {
152
// eslint-disable-next-line github/unescaped-html-literal
153
const link = `<meta charset='utf-8'><a href="https://github.com/monalisa/playground/issues/1">
154
Link pasting · Issue #1 · monalisa/playground (github.com)</a>`
0 commit comments