Blogging in Typst is not that hard i have been using Typst for writing my university lab assignment reports for a while now. it works perfectly for that, i have a nice template for the title page, i can make graphs in the same file as all other content, etc. for (some) programming-related classes i can even do the calculations in the same file as my report! frankly, it’s awesome . so naturally i had a thought: what if i could use it for online writing as well? surely, it wouldn’t be too bad an experience. right? right? thankfully (or so i thought), Typst already has HTML export built-in! in fact, it was announced with Typst 0.13 in February , and has been improved in 0.14 . but here’s the thing: according to the HTML module reference , it exports no styles. here’s how the index page looks like with HTML export: not even nearly the same as the page when rendered to, for example, PNG: i’m not complaining that it doesn’t work exactly how i personally want it to work, especially since the behavior is clearly outlined in the docs. but sadly i didn’t want to write styles twice . what other options do we have?