fix(md): pass container option to gitHubAlertsPlugin (#4848)

pull/4847/merge
廿四 2 months ago committed by GitHub
parent cc8d28df39
commit 52f0eaa084
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -258,7 +258,7 @@ export async function createMarkdownRenderer(
}
if (options.gfmAlerts !== false) {
md.use(gitHubAlertsPlugin)
md.use(gitHubAlertsPlugin, options.container)
}
// third party plugins

Loading…
Cancel
Save