From 5430e7bb75e36b8372274da022c025b59578bdfd Mon Sep 17 00:00:00 2001 From: genofire Date: Sat, 11 Apr 2020 08:48:18 +0200 Subject: [PATCH] fix html img(size)+link - unsafe html --- config.toml | 6 ++++++ content/chat.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index afa1868..40e9973 100644 --- a/config.toml +++ b/config.toml @@ -4,6 +4,12 @@ title = "Sum7" copyright = "" canonifyurls = true +[markup] +defaultMarkdownHandler = "goldmark" + +[markup.goldmark.renderer] +unsafe = true + [params] footer_1 = "Decentralise: What is a cloud?" footer_2 = 'Imprint: Make a DNS whois' diff --git a/content/chat.md b/content/chat.md index 12ac2ba..dd7bffb 100644 --- a/content/chat.md +++ b/content/chat.md @@ -20,7 +20,7 @@ So it is at your to free your daily messages on your device (and encrypt then wi You should prefer a native App, the Webinterface is just a alpha-version which could already use OMEMO.
-Webinterface: [chat.sum7.eu](https://chat.sum7.eu) +Webinterface: chat.sum7.eu