From 86023ee113e019c1f3b0b93405b0feda5a268cc7 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 30 Mar 2024 13:43:16 -0300 Subject: [PATCH] Whoops, make video embed work --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index 3fad54f..85329f6 100644 --- a/config.toml +++ b/config.toml @@ -46,3 +46,6 @@ enableemoji = true [Permalinks] code = "/:filename/" + +[markup.goldmark.renderer] +unsafe = true