Visit https://stable-haskell.github.io/2026-zurihac-talk/
Build via:
pandoc -t slidy -s stable.md -o stable-haskell.htmlFor a standalone html:
pandoc -t slidy -s --embed-resources --standalone stable.md -o stable-haskell.htmlFor PDF:
pandoc stable.md -t beamer --pdf-engine=xelatex -o stable.pdf