summaryrefslogtreecommitdiff
path: root/Userland/Utilities/markdown-check.cpp
AgeCommit message (Expand)Author
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-08markdown-check: Check that binary links use the text "Open"kleines Filmröllchen
2023-01-08markdown-check: Check that no old-style inter-manpage links are usedkleines Filmröllchen
2023-01-02Utilities: Resolve manpage paths more robustly in markdown-checkkleines Filmröllchen
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19markdown-check: Port to Core::StreamSam Atkins
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-03-29markdown-check: Use Core::ArgsParserKenneth Myhra
2022-03-29markdown-check: Port to LibMainKenneth Myhra
2022-03-20Everywhere: Move js/web/wasm tests under /home/anon/TestsBrian Gianforcaro
2022-02-26Utilities+Meta: Check icons in markdown-checkkleines Filmröllchen
2022-02-26Utilities: Check help:// manpage links in markdown-checkkleines Filmröllchen
2022-02-26Utilities: Perform most markdown-check link checking with URLskleines Filmröllchen
2022-02-26Utilities: Allow link checking in markdown-check to fail during visitkleines Filmröllchen
2022-02-26Utilities: Partially revert 9ec2b37kleines Filmröllchen
2022-01-22markdown-check: Ignore absolute icon pathsIdan Horowitz
2022-01-12Meta: Fix Markdown lintingkleines Filmröllchen
2022-01-11Meta: Convert new help page link styles for the man page websitekleines Filmröllchen
2021-10-22man.serenityos.org: Use pandoc for listings and landing pageBen Wiederhake
2021-10-10Manpages+markdown-checker: Permit only specific missing filesBen Wiederhake
2021-10-10markdown-checker: New tool that checks document linksBen Wiederhake