CommonMark vs GFM (2026): Tables Extension & 6 Renderers Tested
Tables are a GFM extension, not CommonMark core. We ran 6 parsers on tables, strikethrough, task lists, bare URLs and footnotes, and recorded the HTML each emits.
3 article(s)
Tables are a GFM extension, not CommonMark core. We ran 6 parsers on tables, strikethrough, task lists, bare URLs and footnotes, and recorded the HTML each emits.
Copy-paste GFM table examples: alignment, empty cells, <br> line breaks, escaped pipes, and why merged cells need HTML — plus GitHub, GitLab, Obsidian & Notion.
Do Markdown tables need three dashes? Tested on GitHub, marked, and remark-gfm: one dash renders fine. What actually breaks tables — and why CommonMark shows none.