From db64d2876dad38099748827c09305d021f8afe36 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 3 Oct 2022 13:48:38 +0200 Subject: [PATCH] Disable anchor checking for Japanese Rust edition guide Zola seems to have problems with Japanese anchors. --- blog/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/blog/config.toml b/blog/config.toml index 4c209e7a..488d3316 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -24,6 +24,7 @@ skip_anchor_prefixes = [ "https://github.com/", # see https://github.com/getzola/zola/issues/805 "https://docs.rs/x86_64/0.1.2/src/", # source code highlight "https://doc.rust-jp.rs/book-ja/", # seems like Zola has problems with Japanese anchor names + "https://doc.rust-jp.rs/edition-guide/rust-2018", # seems like Zola has problems with Japanese anchor names ] [extra]