Why we render markdown on the server
Shipping HTML instead of a client-side markdown runtime keeps pages fast and the payload small.
How the system is built and why.
Shipping HTML instead of a client-side markdown runtime keeps pages fast and the payload small.
Running the whole app, database, and media at the edge removes a class of latency problems.