#Kitchen Sink
Use this page to preview the common Markdown and notice styles supported by the docs renderer.
#Headings
#Level 3 Heading
#Level 4 Heading
#Paragraphs & Links
Use bold text, italic text, and inline code for short callouts in prose.
Inline syntax highlighting works too: pnpm dev or console.log("curl.md").
Link to Installation for setup instructions, or visit GitHub for source code.
#Lists
- Unordered lists work for short collections.
- Nested items are supported.
- This is a nested bullet.
- This is another nested bullet.
- Keep bullets short when possible.
- Ordered lists work well for step-by-step instructions.
- They keep sequence obvious.
- They also match the rest of the docs UI.
#Blockquotes
Regular blockquotes still render as blockquotes.
Use them for quotes that are not notices.
#Horizontal Rule
The separator above is a standard horizontal rule.
#Code Blocks
curl.md https://example.com{
"runtime": "node",
"watch": true
}import { create } from 'curl.md'
import { rules } from 'curl.md'
const md = create({ rules: [rules.githubRepo()] })#Code Groups
npm run devnpm install#Details
Show extra guidance
Native disclosure elements work in docs pages too.
- Use them for optional context.
- Keep the summary short and scannable.
#Notices
Note
Notices without a custom title default to the notice type.
Custom tip title
Use titled notices when the label should be more specific than the default notice type.
Hint
Hints work well for shortcuts, alternatives, or small workflow improvements.
Important
Use important notices for behavior people should not miss.
Warning
Warnings should call out risky behavior or easy-to-make mistakes.
Danger
Danger notices are useful when a step can be destructive or hard to undo.
Tip
Tips still use the same shared notice component without relying on GitHub alert syntax.
#Tables
#Steps
Install dependencies
Use your preferred package manager to install project dependencies.
Start the dev server
pnpm devOpen the app
Visit https://curl.local once the server is running.
#Cards
Install curl.md
Start with the CLI for terminal and script usage.
Amp plugin
Enable docs fetch interception inside Amp.
Authentication
Set up auth for higher rate limits and account features.
#Package Links
Last updated: May 5 3:02 PM