You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(pdf): Implement PDF Engine via Typst (Phase 25)
Add new utf8dok-pdf crate for PDF generation using Typst as the
typesetting backend:
- Transpiler: Converts utf8dok AST to Typst markup
- Headings, paragraphs, lists, code blocks, tables
- Inline formatting (bold, italic, monospace, etc.)
- Links, images, quotes, admonitions
- Template support via #import
- Compiler: Compiles Typst markup to PDF bytes
- Uses typst-as-lib for embedded compilation
- Custom font support via compile_with_fonts()
- CLI Integration:
- New --format pdf option for render command
- Template support with --template flag
- Data includes support with --data-dir
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments