Skip to content
Markdown

Markdown Table Counter

Count GFM tables in a Markdown document.

Tables
1
Code blocks
1
Headings
3
Lines
20

How it works

  1. 1Paste Markdown that contains tables.
  2. 2GFM tables are detected and counted.
  3. 3See code blocks, headings, and lines too.

Use cases

  • Audit a data-heavy document.
  • Check a spec for table usage.
  • Verify a report’s structure.

Frequently asked questions

Which tables are counted?

GitHub-Flavored Markdown tables with a header row and a |---| divider row.

Are HTML tables counted?

No. Only Markdown-syntax tables are counted, not raw HTML tables.

Is it private?

No. Everything is counted locally in your browser — counting is local.

See all →