forgejo-pdf/tests/fixtures/pdfexport/basic.md
codex 1ce1370983
Some checks failed
pdfexport / pdfexport-worker-fixtures (push) Has been cancelled
Add server-side Markdown→PDF export (v0.1)
2025-12-16 17:52:53 +00:00

17 lines
245 B
Markdown

# PDF Export Fixture — Basic
KNOWN_UNIQUE_STRING: PDFX_BASIC_6d7d6fdd
This fixture ensures the PDF contains selectable text, including headings, paragraphs, lists and code.
## List
- Alpha
- Beta
- Gamma
## Code
```bash
echo "hello"
```