diff --git a/about.yml b/about.yml index 9a13563..f479f85 100644 --- a/about.yml +++ b/about.yml @@ -32,7 +32,15 @@ content: ## Imprint pub.solar n.e.V. - Benjamin Bädorf, Jhonas Wernery, Hendrik Sokolowki + c/o MiOM 202, Wilhelm-Mauser-Straße 47 Halle 5, D-50827 Köln, @@ -80,7 +88,15 @@ content: ## Impressum pub.solar n.e.V. - Benjamin Bädorf, Jhonas Wernery, Hendrik Sokolowki + c/o MiOM 202, Wilhelm-Mauser-Straße 47 Halle 5, D-50827 Köln, diff --git a/filters.ts b/filters.ts index cda9804..d20b73a 100644 --- a/filters.ts +++ b/filters.ts @@ -1,7 +1,7 @@ import MarkdownIt from "https://jspm.dev/markdown-it"; const mdIt = new MarkdownIt({ - html: false, // Enable HTML tags in source + html: true, // Enable HTML tags in source xhtmlOut: false, // Use '/' to close single tags (
). // This is only for full CommonMark compatibility. breaks: true, // Convert '\n' in paragraphs into