GFM Tables in Markdown
From the Markdown cheat sheet ยท Tables ยท verified Aug 2026
GFM Tables
Create a table and control column alignment.
markdown
| Name | Role |
| --- | --- |
| Ana | Developer |๐ Tables are a GFM extension
๐ Colons set left, center, or right alignment
๐ก Outer pipe characters are optional
โ ๏ธ Keep complex content out of table cells
tablesgfmalignment
Continue with Markdown
Save the full cheat sheet or work through every related task.