Welcome to Team Artifacts

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.

What renders

  • Bold, italic, and inline code
  • Lists, like this one
  • Links to anywhere
  • Tables, quotes, and fenced code blocks
// 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.

FormatExtensionRendered as
HTML.htmlserved as-is
Markdown.md / .markdownconverted to HTML

Delete this example whenever you like — it won't come back.