This repository demonstrates a bug in the way that Pandoc resolves resource paths when converting Typst documents to PDF. Issue present with pandoc 3.7.0.2
Important
UPDATE: These issues are fixed and will be included in the next release of Pandoc. See: jgm/pandoc#11090 and jgm/typst-hs#74
- Clone this repository.
- Run the pandoc conversion of your choice:
pandoc main.typ -f typst -s -o main.pdfpandoc main.typ -f typst -s -o main.docxpandoc main.typ -f typst -s -o main.html
- See how it successed in typst:
typst compile main.typ

