Svelte, react, and vue all require a build step if I'm not mistaken. What's the value in delaying markdown transformation until runtime?

so runtime use cases like LLMs can be supported, in the Chat example you can interact with a real llm!

You can just include Vue on a page and go to town, no build step needed.

Oh nice! I mostly use svelte and react, shouldn't have assumed Vue requires a build as well.

Only if you're using jsx