fix: Render Mermaid diagrams in HTML export, towards #6205
This commit is contained in:
@@ -527,6 +527,7 @@ router.post(
|
||||
content = await DocumentHelper.toHTML(document, {
|
||||
signedUrls: true,
|
||||
centered: true,
|
||||
includeMermaid: true,
|
||||
});
|
||||
} else if (accept?.includes("application/pdf")) {
|
||||
throw IncorrectEditionError(
|
||||
|
||||
Reference in New Issue
Block a user