Hello World

1 min read

This is a MDsveX article. Prose is plain markdown — emphasis, links, lists:

  • text and headings
  • images
  • arbitrary Svelte components

Components inline

Drop any component from the bespoke library straight into the flow:

A card in a blog post
Charts, DAGs, anything — same pattern: import, then use.

Code blocks still work

const answer = 42;

Back to normal prose after.