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 4fcc0cd commit c1f141aCopy full SHA for c1f141a
test/index.js
@@ -46,7 +46,7 @@ test('markdown -> mdast', function (t) {
46
fixtureHtml = example.output.slice(0, -1)
47
}
48
49
- md = toMarkdown(mdast, {extensions: gfm.toMarkdown()})
+ md = toMarkdown(mdast, {extensions: [gfm.toMarkdown()]})
50
51
try {
52
fixtureMarkdown = String(fs.readFileSync(fixtureMarkdownPath))
0 commit comments