rust/src/tools/linkchecker
Eric Huss 776590b14e Switch linkchecker to use html5ever for html parsing.
The existing regex-based HTML parsing was just too primitive to
correctly handle HTML content. Some books have legitimate `href="…"`
text which should not be validated because it is part of the text, not
actual HTML.
2024-02-08 14:23:40 -08:00
..
tests Add test for broken_intra_doc_link. 2024-02-08 08:34:14 -08:00
Cargo.toml Switch linkchecker to use html5ever for html parsing. 2024-02-08 14:23:40 -08:00
linkcheck.sh linkchecker: running from a directory separate from the book 2023-04-20 09:27:52 +01:00
main.rs Switch linkchecker to use html5ever for html parsing. 2024-02-08 14:23:40 -08:00