824b873c69
Build and Deploy Verso / deploy (push) Failing after 12m18s
--to typst combined with --output output.pdf caused Quarto to write a Typst source file (.typ content) named output.pdf instead of invoking the typst compiler, producing a text file that the PDF viewer could not render (hence 'markdown not rendered' — it was literally showing the raw .typ markup). Fix: let Quarto name the PDF after the input file (main.qmd → main.pdf) and rename to output.pdf with mv afterwards. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>