Style markdown callouts with HTML

This commit is contained in:
2026-06-15 14:32:14 -05:00
parent 61e3c812a0
commit f79bbfed9f
3 changed files with 26 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ const { DEFAULT_TEMPLATE, anchorFor, renderMarkdownGuide } = require('./markdown
function exportMarkdown(ast, outDir, template = {}) {
return renderMarkdownGuide(ast, outDir, template, {
defaults: DEFAULT_TEMPLATE,
alertStyle: 'gfm',
alertStyle: 'html',
tocTitle: 'Contents',
fileExt: '.md',
});