From e9ec7d417f684ce158fde0ea3568fc49644e47a5 Mon Sep 17 00:00:00 2001 From: Nick Veitch Date: Mon, 24 Feb 2025 10:25:08 +0000 Subject: [PATCH] Update lychee.toml to fix error in config (#2892) --- lychee.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lychee.toml b/lychee.toml index 16c948197..2a377cf53 100644 --- a/lychee.toml +++ b/lychee.toml @@ -9,7 +9,7 @@ no_progress = true # Path to summary output file. output = ".config.dummy.report.md" -format = "markdown" +format = "Markdown" ############################# Cache ###############################