Markdown Audit
Markdown Element Audit
A page that exercises every supported element so we can verify legibility.
Inline elements
This is a paragraph with bold, italic, strikethrough, inline code, and a link to Emergent.
A blockquote with a link inside and emphasis. The quote should have a brand-blue left border and readable text.
Lists
Bulleted:
- First item with
code - Second item with bold and a link
- Third nested:
- Nested bullet
- Another nested
Numbered:
- Step one
- Step two
- Step three
Code block — bash
curl -X POST https://api.example.com/v1/users \ -H "Authorization: Bearer YOUR_TOKEN" \ -d '{"email":"x@y.com"}'
Code block — Python
def hello(name: str) -> str: return f"Hello, {name}!"
Plain code (no language)
This is a plain code block
with multiple lines and a really long single line: https://very.long.url/example/that/should/scroll/horizontally/within/the/container/and/not/overflow/the/page
Table
| Plan | Price | Features |
|---|---|---|
| Free | $0 | 30 builds/month |
| Pro | $29 | Unlimited builds |
| Team | $99 | + Priority support |
Callouts
Note
This is a note callout with a link.
Tip
A tip callout — useful suggestions go here.
Warning
Heads up — this is a warning.
Error
Something failed — destructive context.
CardGroup with code inside
API Key
Get your key from the dashboard.
Use it like Authorization: Bearer XXX in headers.
Steps
1
Install
Run npm install to install dependencies.
2
Configure
Add your API key to .env.
3
Deploy
Push to main — Emergent handles the rest.
End of audit page.
