zola/components/site
Phil Lord 5190b5eba5 Add heuristic checking for HTML anchors (#1716)
* Add heuristic checking for HTML anchors

Previously only anchors specified or generated in markdown could be
linked to, without complaint from the link checker. We now use a
simple heuristic check for `name` or `id` attributes.

Duplicate code has been refactored and all XML anchor checks updated
to use regex rather than substring match.

* Fix regexp and refactor
2022-01-23 14:33:51 +01:00
..
benches make clippy a bit happier (#1588) 2021-08-18 09:36:51 +02:00
src Add heuristic checking for HTML anchors (#1716) 2022-01-23 14:33:51 +01:00
tests Test config.title in integration tests 2021-12-07 21:46:44 +01:00
Cargo.toml cargo/manifests: allow user to use native-tls if ring is unsupported (#1587) 2021-08-18 15:32:34 +02:00