booklit
booklit copied to clipboard
\link should check that the link is not broken
Should this be opt-in? Fetching all the links all the time is probably expensive.
Also probably wise to do a HEAD request first so we don't end up downloading large assets.
Will also need some way to whitelist/flag links which aren't expected to work, like http://localhost:8080 in dev documentation.