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 6c01407 commit 4813e90Copy full SHA for 4813e90
test/test.js
@@ -38,7 +38,7 @@ describe('paste-markdown', function () {
38
assert.include(textarea.value, 'name | origin\n-- | --\nhubot | github\nbender | futurama')
39
})
40
41
- it('rejects tables with extra text', async function () {
+ it('retains text around tables', async function () {
42
const data = {
43
'text/html': `
44
<p>Here is a cool table</p>
0 commit comments