@@ -73,16 +73,16 @@ The CSS file will be applied to the HTML before PDF generation, giving you full
7373
7474Here are some example PDFs generated from the test fixtures:
7575
76- - [ Basic Markdown] ( test-output/integration /basic-generated.pdf) - Simple markdown rendering
77- - [ Combined Features] ( test-output/integration /combined-generated.pdf) - Multiple markdown features
78- - [ Embedded PDFs] ( test-output/integration /embed-pdf-generated.pdf) - PDF embedding functionality
79- - [ Images] ( test-output/integration /images-generated.pdf) - Image inclusion and sizing
80- - [ Math Expressions] ( test-output/integration /math-generated.pdf) - LaTeX math rendering
81- - [ Multi-page PDFs] ( test-output/integration /multi_page_full-generated.pdf) - Full PDF embedding
82- - [ Page Selection] ( test-output/integration /multi_page_include-generated.pdf) - Selective page inclusion
83- - [ Page Skipping] ( test-output/integration /multi_page_skip-generated.pdf) - Page exclusion
84- - [ Page Breaks] ( test-output/integration /pagebreaks-generated.pdf) - Manual page breaks
85- - [ Custom Theme] ( test-output/integration /themed-generated.pdf) - Colorful themed output
76+ - [ Basic Markdown] ( tests/fixtures/pdf /basic-generated.pdf) - Simple markdown rendering
77+ - [ Combined Features] ( tests/fixtures/pdf /combined-generated.pdf) - Multiple markdown features
78+ - [ Embedded PDFs] ( tests/fixtures/pdf /embed-pdf-generated.pdf) - PDF embedding functionality
79+ - [ Images] ( tests/fixtures/pdf /images-generated.pdf) - Image inclusion and sizing
80+ - [ Math Expressions] ( tests/fixtures/pdf /math-generated.pdf) - LaTeX math rendering
81+ - [ Multi-page PDFs] ( tests/fixtures/pdf /multi_page_full-generated.pdf) - Full PDF embedding
82+ - [ Page Selection] ( tests/fixtures/pdf /multi_page_include-generated.pdf) - Selective page inclusion
83+ - [ Page Skipping] ( tests/fixtures/pdf /multi_page_skip-generated.pdf) - Page exclusion
84+ - [ Page Breaks] ( tests/fixtures/pdf /pagebreaks-generated.pdf) - Manual page breaks
85+ - [ Custom Theme] ( tests/fixtures/pdf /themed-generated.pdf) - Colorful themed output
8686
8787## License
8888
0 commit comments