disable newly deprecated stuff

This commit is contained in:
2023-05-18 21:27:09 -07:00
parent 4274045fca
commit e40db445a5
2 changed files with 3 additions and 6 deletions

View File

@@ -30,6 +30,8 @@ export async function render_markdown_to_html(markdown: string, options: Markdow
async: true,
breaks: options.breaks || false,
renderer: create_renderer(options),
mangle: false,
headerIds: false,
};
marked.use({