From 29e9a9a2ef6f281d7b861be8d55931d76bc6c1eb Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 21 Nov 2023 14:05:05 +1000 Subject: [PATCH] Anchor links can't be checked on GitHub --- book.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/book.toml b/book.toml index 25dc5e31..1b7c0398 100644 --- a/book.toml +++ b/book.toml @@ -21,7 +21,12 @@ additional-css = ["css/kbd.css"] optional = true warning-policy = "warn" follow-web-links = true -exclude = ['microsoft.com', 'twitter.com', 'stackexchange.com'] +exclude = [ + 'microsoft.com', + 'twitter.com', + 'stackexchange.com', + 'https://github.com/open-spaced-repetition/fsrs4anki#add-on-compatibility', +] [output.html.fold] enable = true