Open
Description
When there are unknown settings in book.toml
, mdbook just ignores them:
[book]
title = "foo"
abc = 123
This has occasionally caused problems and confusion for people when they make typos or mistakes. I think it would be good for unknown options to issue a warning. serde_ignored
provides a facility for catching these unknown fields.
Some care will need to be taken to consider things like plugins which can add their own sections to the config.