Tables & Markdown
Get clean, well-formatted tables and markdown output for documents and presentations.
Tables are one of the most useful output formats for comparisons, data summaries, and reference guides. AI can produce markdown tables that render beautifully in most tools — but only if you specify the structure clearly.
The key to good tables is specifying: the columns, what each column should contain, and how many rows you want. Without this, AI tends to produce tables that are either too sparse or too dense.
Comparison Table
Generates a clean comparison table with specific columns and rows.
Create a comparison table for [ITEMS TO COMPARE]. Columns: | Feature | [ITEM 1] | [ITEM 2] | [ITEM 3] | Rows to include: - [Feature 1] - [Feature 2] - [Feature 3] - [Feature 4] - [Feature 5] - Price - Best for - Biggest weakness Use concise entries (under 10 words per cell). Add a final row with your recommendation and why.
Beyond tables, markdown is the ideal output format for any structured document. Specify the heading levels, section structure, and formatting conventions you want.
- Use H2 (##) for main sections and H3 (###) for subsections
- Use bold for key terms and inline code for technical terms
- Use blockquotes (>) for callouts or important notes
- Use horizontal rules (---) between major sections
- Combine tables, lists, and prose for rich documents
Markdown Document Generator
Generates a well-structured markdown document with specified sections.
Create a [DOCUMENT TYPE] about [TOPIC] in well-formatted markdown. Structure: ## Executive Summary (2-3 sentences) ## Background (1 paragraph) ## Key Findings ### Finding 1 ### Finding 2 ### Finding 3 ## Data Summary (use a markdown table) ## Recommendations (numbered list) ## Next Steps (bullet list) Formatting rules: - Bold key metrics and important terms - Use > blockquotes for critical warnings - Keep paragraphs under 4 sentences - Total length: [WORD COUNT]
Sometimes you need the AI to produce output in multiple formats within a single response. Be explicit about where each format begins and ends.
Prompt Templates
Quick Reference Table
Generates a scannable reference table for any topic.
Create a quick reference table for [TOPIC]. Include [NUMBER] rows covering the most important [ITEMS]. Columns: [COLUMN 1], [COLUMN 2], [COLUMN 3], [COLUMN 4]. Keep each cell under 15 words. Sort by [SORT CRITERIA].
Meeting Notes Formatter
Transforms messy meeting notes into structured markdown.
Format these raw meeting notes into clean markdown: ## Meeting: [TITLE] **Date:** [DATE] | **Attendees:** [NAMES] ### Key Decisions (bullet list) ### Action Items | Owner | Task | Deadline | |-------|------|----------| ### Discussion Notes (organized by topic with H3 headers) Raw notes: [PASTE NOTES]
Test Your Knowledge
Knowledge Check
1 / 2
What should you always specify when requesting a markdown table?
Key Takeaways
- ✓Specify exact columns, content types, and row count for tables
- ✓Use concise cell entries and emoji indicators for yes/no features
- ✓Define the full heading and section structure for markdown documents
- ✓Combine tables, lists, and prose for rich, useful documents
- ✓Request plain-text versions when the output won't be rendered as markdown