Open
Description
mdBook currently doesn't seem to say anything if I try to include a file that doesn't exist in a playpen. It would be nice to have a warning for that. This is a nice to have for #308.
There's a warning here, but I'm not entirely sure where it's meant to show up.
I think a good place for this would be mdBook test
, unless we want this to be a build failure? mdbook test
seems like a good place for various checks on the final document, even if it would involve extra work to find playpen links all over again. Could this be part of the linkchecker?