Skip to content

v20260729 — Sample Document Build

Choose a tag to compare

@github-actions github-actions released this 29 Jul 16:23
· 15 commits to main since this release
03cac91

Pre-built sample artifacts demonstrating the markdown-to-PDF conversion pipeline.

File Description
complex-document-source.md Original markdown source with tables, code blocks, lists, blockquotes, and embedded financial charts
complex-document.docx Intermediate DOCX produced by Pandoc
complex-document-from-docx.pdf PDF rendered via DOCX → LibreOffice
complex-document-from-markdown.pdf PDF rendered via Markdown → Pandoc → LibreOffice

Generate these locally with:

pandoc samples/complex-document.md --resource-path=samples -o document.docx
python3 lib/fix-docx.py document.docx
soffice --headless --convert-to pdf document.docx