Skip to content

Commit

Permalink
Fix typo in mdast-util-gfm usage, fixes #161
Browse files Browse the repository at this point in the history
  • Loading branch information
danburzo committed Sep 26, 2023
1 parent a682aff commit 98147f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ async function bundleMd(items, options) {
AVAILABLE_MARKDOWN_OPTIONS.has(entry[0])
)
),
extensions: gfmToMarkdown()
extensions: [gfmToMarkdown()]
});

if (options.output === '-') {
Expand Down

0 comments on commit 98147f9

Please sign in to comment.