Copy the prompt below to use with AI systems. Click the copy button on the code block:
Below are examples of all supported features rendered with Streamdown-Svelte:
**text** or __text__*text* or _text_Inline code: code~~text~~~text~^text^All heading levels supported:
and relative links
This is a blockquote
It can span multiple lines
And support nesting
This is a note alert
This is a tip alert
This is an important alert
This is a warning alert
This is a caution alert
The famous equation $E = mc^2$ demonstrates mass-energy equivalence.
\int_{a}^{b} f(x) \, dx = F(b) - F(a)\sum_{i=1}^{n} x_i = x_1 + x_2 + \dots + x_nThis is some text with a footnote reference.[^1]
Use inline citations to reference sources: .
Multiple citations:
MDX components allow embedding custom Svelte components in markdown:
This is markdown content inside a custom component.
You can use any markdown features inside MDX components.
Self-closing or with children - both work!
MDX components must start with a capital letter (PascalCase) to be recognized. Lowercase tags are treated as regular HTML.
$$