Emergent

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:

  1. Step one
  2. Step two
  3. 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

PlanPriceFeatures
Free$030 builds/month
Pro$29Unlimited 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

Expo Account

Sign up at expo.dev

Free tier: 30 builds/month
Paid: More builds ($29/month)

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.

Made with Emergent