3sublimated compiles `.mdx` files into live pages. push via [git](../git/), get a rendered page at `run.sublimated.com/{space}/{path}.mdx`.
4
5`.mdx` is markdown + JSX. you can write plain prose, or embed any React component. imports from npm resolve at push time via `@cloudflare/worker-bundler`.