mdbook/examples/remove-emphasis
Eric Huss 3629e2c051 Add an iterator over chapters
This adds the `Book::chapters` iterator (and `for_each_chapter_mut`) to
iterate over non-draft chapters. This is a common pattern I keep
encountering, and I figure it might simplify things. It runs a little
risk that callers may not be properly handling every item type, but I
think it should be ok.
2025-09-15 07:11:19 -07:00
..
mdbook-remove-emphasis Add an iterator over chapters 2025-09-15 07:11:19 -07:00
src Add a real example of remove-emphasis 2024-11-02 15:41:55 -07:00
.gitignore Add a real example of remove-emphasis 2024-11-02 15:41:55 -07:00
book.toml Add a real example of remove-emphasis 2024-11-02 15:41:55 -07:00
test.rs Finish move of MDBook to mdbook-driver 2025-07-23 17:47:31 -07:00