disable newly deprecated stuff
This commit is contained in:
@@ -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({
|
||||
|
Reference in New Issue
Block a user