This looks very interesting and more approachable than Typst.
As some who uses headless chrome to turn html into pdf (for invoices), I have been looking for something simpler and faster.
I tried typst, but it felt messy to me. I wonder if quarkdown offers more streamlined experience
WEasyPrint is great for generating invoices from html!
Also the only good implementation of web layout/rendering I've seen done in python.
> I tried typst, but it felt messy to me.
What exactly is messy about Typst?
Had a chance to read the wiki/docs deeper. Quarkdown seems to use puppeteer and chrome-print-to-pdf to generate PDF from HTML [1].
So, aside from the more minimal format or Markdown compared to HTML, I don't see much appeal in quarkdown compared to feeding HTML to a headless chrome instance.
But it is a cool project if one wants to turn a bunch of markdown files to say a book or an article.
[1] https://github.com/iamgio/quarkdown/wiki/pdf-export