Zola 0.11.0 fixes anchor checking for uppercase HTML tags

This commit is contained in:
Philipp Oppermann
2020-08-19 09:55:44 +02:00
parent f198d45a59
commit b978c72e03

View File

@@ -26,8 +26,6 @@ skip_prefixes = [
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://www.math.utah.edu/docs/info/ld_3.html", # see https://github.com/getzola/zola/issues/948
"https://web.stanford.edu/class/cs140/projects/pintos/specs/freevga/vga/vgamem.htm", # see https://github.com/getzola/zola/issues/948
]
[extra]