Elai Editorial Team

This article demonstrates every new long-form authoring feature we added to the blog editor.
Use table blocks for side-by-side comparisons, feature grids, and benchmark summaries.
| Feature | Status | Priority |
|---|---|---|
| Table block | Implemented | High |
| Callout visuals | Implemented | High |
| Internal links | Implemented | Medium |
| TOC generation | Implemented | High |
External reference: Sanity docs | Internal reference: this showcase post.

Use inline code marks for terms like fetch, slug, and markDefs.
export const articleSchema = {
type: "post",
fields: ["title", "body", "publishedAt"],
};