From 408486144a3bf6c604388f9b900fefa6927b722c Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Mon, 7 Nov 2022 17:50:00 +0330 Subject: [PATCH] disable auto embedding of youtube videos. --- config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.json b/config.json index a3a5e39..b4ece99 100644 --- a/config.json +++ b/config.json @@ -75,5 +75,8 @@ "handler": "vacp2p" } ] + }, + "markdown": { + "autoEmbedYoutube": false } }