This is a Markdown artifact. Drop a .md file on the dashboard and it
renders as a clean, readable page — no build step, no HTML required.
inline code// Code blocks get monospace styling.
export function hello(name: string) {
return `Hi, ${name}!`;
}
Markdown artifacts render in the same sandboxed iframe as HTML ones, so the security model is identical.
| Format | Extension | Rendered as |
|---|---|---|
| HTML | .html | served as-is |
| Markdown | .md / .markdown | converted to HTML |
Delete this example whenever you like — it won't come back.