Sean Koh

This site

A static Astro site where Markdown is the source of truth — copyable as raw Markdown, with Confluence-style callouts and build-time PlantUML diagrams.

View raw

The site you are reading. Built to make writing frictionless and the output portable.

How the markdown pipeline fits together

Markdown sourceSätteri parserCallout pluginDiagram pluginKrokiSVG cacheHTMLRaw .md endpoint
Build-time content pipeline

Notes

  • Diagrams render once at build time and are cached on disk by content hash, so pages ship zero JavaScript for them.
  • Colours in the generated SVG are rewritten to currentColor, which is what lets one render work in both light and dark themes.