Commits
Click on a commit to change the comparison rangeCreate a `Catalog` during `Parser::parse` and transfer it to `Document` when done Good news: We're now registering (most) block IDs in the registry.
Bad news: We're no longer registering block spans (too complicated and likely not worth it). Allow unwrap in test code Add test coverage for WarningType::DuplicateId Test Display impl for duplicate ID case Register block ID for section Move `#[allow(unused)]` lower in file New fn `Catalog::generate_and_register_unique_id` Fix behavior of Section::parse WRT ID generation