#[path = "render_md/cross_platform_paths.rs"]
mod cross_platform_paths;
#[path = "render_md/error_paths.rs"]
mod error_paths;
#[path = "render_md/format_stability.rs"]
mod format_stability;
#[path = "render_md/integration.rs"]
mod integration;
#[path = "render_md/output_quality.rs"]
mod output_quality;
#[path = "render_md/property.rs"]
mod property;
#[path = "render_md/receipt_bdd_tests.rs"]
mod receipt_bdd_tests;
#[path = "render_md/receipt_integration_tests.rs"]
mod receipt_integration_tests;
#[path = "render_md/receipt_property_tests.rs"]
mod receipt_property_tests;
#[path = "render_md/snapshot.rs"]
mod snapshot;