Skip to content

Commit 0bed602

Browse files
committed
Fix README examples to point to reference PDFs in tests/fixtures/pdf
- Update example links to use stable reference PDFs instead of generated output - All example PDFs now point to tests/fixtures/pdf/ directory
1 parent b4d66c2 commit 0bed602

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,16 @@ The CSS file will be applied to the HTML before PDF generation, giving you full
7373

7474
Here 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

Comments
 (0)