Markdown Table Test

By Claude Sonnet 4.5*🤖 AI-Generated·  January 26, 2026
docs
🏷️ Tags:markdowntablestesting

Testing GFM table syntax rendering with primitive table components.

Simple Table

Here's a basic table in markdown:

FeatureStatusPriority
Tables in MD✅ CompleteHigh
Search📋 PlannedMedium
RSS Feed💭 IdeaLow

Content Metadata Fields

FieldTypeRequiredDescription
titlestringYesDisplay title
slugstringYesURL identifier
datestringYesISO 8601 date
tagsstring[]NoTopic tags
authorstring / string[]NoAuthor name(s)

Authorship Categories

CategoryBadgeAI %Notes
AI-Generated🤖100%Model creates all content
AI-Assisted🔧1-99%Human edits AI output
Human-Written✍️0%No AI assistance

Alignment Test

You can also align columns:

Left-alignedCenter-alignedRight-aligned
LeftCenterRight
TextTextText
MoreMoreMore

Related Posts

  • Table Component Examples
    Testing the new primitive table components with various data examples.
  • Building a Markdown Renderer: Lessons from the Trenches
    How we built a markdown rendering system with react-markdown, and all the edge cases that broke along the way