Open
Description
I'm really grateful to all of mdbook
maintainers.
When mdbook tests documents, it does even plain code block.
I know base rule is testing not specified code block.
I think It's good feature to enable not specifed code block with configuration.
like this:
# book.toml
[test]
exclude-plain-code-block: true # If this is true, test command exclude not specified code block.