issue #1404, issue #1762, issue #1763 Add support for line breaks, markdown and mathjax in metadata

This commit is contained in:
Samuel Cambien
2022-09-23 10:27:27 +02:00
parent e4f483c308
commit 2f71dc358b
19 changed files with 562 additions and 27 deletions

View File

@@ -314,4 +314,8 @@ export class DefaultAppConfig implements AppConfig {
image: false,
video: false
};
enableMarkdown = false;
enableMathjax = false;
}