Hello, world
1 min read
A placeholder post used to verify the blog renders end-to-end. Will be replaced with the real launch post.
This is a placeholder post. It exists so we can verify that every part of the blog renders correctly before we ship the real launch post.
What this checks
A short tour of the things the renderer needs to handle:
- Bold and italic text
- Inline code like
const x = 1 - Internal links to /pricing
- External links to the Anthropic docs
Code blocks
TypeScript
Copy code
Lists
- Ordered items
- With more than one entry
- To verify spacing
- Unordered items
- Also work
- As expected
Quotes
Quotes get a left border and italics — useful for pulling a line out of a longer thought.
Tables
| Feature | Status |
|---|---|
| Markdown | ✓ |
| Code highlight | ✓ |
| Tables | ✓ |
What's next
Tags, related posts, and SEO metadata land in the same branch. Then this post gets replaced with a real one.