Extended Syntax

Tables

Create structured data with rows and columns. Tables are part of the extended Markdown specification.

Basic Tables

Create tables using pipes (

NameAgeCity
Alice30London
Bob25Paris
Carol35Berlin

Alignment

Control column alignment by adding colons to the separator row: :--- for left, :---: for center, ---: for right.

LeftCenterRight
ABC
DEF

Formatting in Tables

You can use inline Markdown formatting inside table cells: bold, italic, code, links, and strikethrough.

FeatureStatusNotes
Boldcodeitalic
LinkstruckNormal

Complex Tables

Tables can have more columns and rows for complex data. Here's a pricing table example.

PlanPriceStorageUsers
Free$0/mo5 GB1
Pro$9/mo50 GB5
Business$29/mo500 GB25
EnterpriseCustomUnlimitedUnlimited