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

@@ -18,6 +18,11 @@ export class ItemPageFieldComponent {
*/
@Input() item: Item;
/**
* Whether this metadata should be rendered with markdown.
*/
enableMarkdown = false;
/**
* Fields (schema.element.qualifier) used to render their values.
*/