Commits
Click on a commit to change the comparison range♻️ refactor(section): rename flatten to collect and apply improvements
- Rename section::flatten to section::collect for clearer semantics
- Refactor collect implementation using flat_map for better readability
- Fix potential underflow bug in markdown.rs using saturating_sub
- Update Dockerfile to use Rust 1.92-slim
- Update documentation to reflect the function rename ♻️ refactor(docker): downgrade Rust version to 1.90 for consistency ♻️ refactor(docker): update Rust version to 1.92 for consistency