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:
Note
Components render right alongside prose.
Code blocks still work
const answer = 42; Back to normal prose after.