Pure Rust HTML/CSS/Markdown to PDF converter with layout engine, LaTeX math, tables, images, custom fonts, and streaming output. No browser, no system dependencies.
#Contributing to ironpress
Thanks for your interest in contributing!
##Getting Started1.Fork the repository
2. Create a feature branch: `git checkout -b my-feature`3. Make your changes
4. Run the checks:
```bashcargo fmt --checkcargo clippy -- -D warningscargo test```5. Commit and push your branch
6. Open a pull request against `main`##Guidelines-All code must pass `cargo fmt`, `cargo clippy -- -D warnings`, and `cargo test`- Add tests for new functionality
- Keep PRs focused on a single change
- Follow existing code style and conventions
##Reporting Issues
Open an issue on GitHub with a clear description and, if possible, a minimal reproduction.