From 1db72d5253fbd3a91472a2c726b86fb1bd849d76 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Mon, 30 Sep 2024 14:02:23 +0200 Subject: [PATCH] Exclude checklists from alternate output formats Signed-off-by: Johannes Marbach --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index b9a66cb8..ebead0e2 100644 --- a/config.toml +++ b/config.toml @@ -146,3 +146,4 @@ sidebar_menu_compact = true mediaType = "text/markdown" isPlainText = true baseName = "checklist" + notAlternative = true