Skip to content

Commit 52f0eaa

Browse files
authored
fix(md): pass container option to gitHubAlertsPlugin (#4848)
1 parent cc8d28d commit 52f0eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/markdown/markdown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export async function createMarkdownRenderer(
258258
}
259259

260260
if (options.gfmAlerts !== false) {
261-
md.use(gitHubAlertsPlugin)
261+
md.use(gitHubAlertsPlugin, options.container)
262262
}
263263

264264
// third party plugins

0 commit comments

Comments
 (0)