[
  {
    "format": "PDF",
    "extensions": [
      ".pdf"
    ],
    "best_for": [
      "text-based reports",
      "manuals",
      "statements with selectable text"
    ],
    "not_for": [
      "scanned PDFs without OCR",
      "pixel-perfect page reproduction",
      "high-risk use without source review"
    ],
    "preserves": [
      "Paragraphs and some inferred headings",
      "Simple bullets and numbering",
      "Regular grids may become Markdown tables",
      "Some section boundaries"
    ],
    "review": [
      "Unicode mapping, punctuation, non-Latin characters",
      "Nested indentation and visual grouping",
      "Merged cells, form layouts, totals, column order",
      "Columns, sidebars, headers, footers, page numbers"
    ],
    "page": "https://mdforall.com/pdf-to-markdown",
    "last_reviewed": "2026-07-17",
    "release": "2026-07-17-adsense-r9"
  },
  {
    "format": "Word",
    "extensions": [
      ".doc",
      ".docx"
    ],
    "best_for": [
      "DOCX files with heading styles",
      "procedure documents",
      "documentation migration"
    ],
    "not_for": [
      "unresolved tracked changes or private comments",
      "layout-heavy forms",
      "exact page reproduction"
    ],
    "preserves": [
      "Usually become Markdown headings",
      "Bullets and numbered lists",
      "Simple rectangular tables",
      "Links and some image references"
    ],
    "review": [
      "Manually bolded pseudo-headings may remain paragraphs",
      "Deep nesting and custom numbering can flatten",
      "Merged cells, nested tables, and complex widths",
      "Text boxes, floating objects, page headers/footers, exact pagination"
    ],
    "page": "https://mdforall.com/word-to-markdown",
    "last_reviewed": "2026-07-17",
    "release": "2026-07-17-adsense-r9"
  },
  {
    "format": "Excel",
    "extensions": [
      ".xls",
      ".xlsx"
    ],
    "best_for": [
      "small regular grids",
      "reference tables",
      "approved report appendices"
    ],
    "not_for": [
      "formula-driven workbooks",
      "pivot tables and charts",
      "hidden or merged analytical layouts"
    ],
    "preserves": [
      "Regular cell values",
      "One clear header row and consistent records",
      "Displayed values may be available",
      "Selected labels can be described"
    ],
    "review": [
      "Formatting-dependent meaning and comments",
      "Multi-row headers, merged cells, hidden rows/columns",
      "Formulas, dependencies, macros, recalculation",
      "Charts, pivots, slicers, conditional formatting"
    ],
    "page": "https://mdforall.com/excel-to-markdown",
    "last_reviewed": "2026-07-17",
    "release": "2026-07-17-adsense-r9"
  },
  {
    "format": "PowerPoint",
    "extensions": [
      ".ppt",
      ".pptx"
    ],
    "best_for": [
      "decks with clear slide titles",
      "slide outlines",
      "approved speaker notes"
    ],
    "not_for": [
      "animation and visual design reproduction",
      "diagram-only meaning",
      "image-only slide text without OCR"
    ],
    "preserves": [
      "Section headings",
      "Lists and nested points",
      "Some note text when available",
      "Captions or nearby labels"
    ],
    "review": [
      "Untitled slides and decorative text",
      "Position-based grouping and deep custom indentation",
      "Timing, presenter cues, hidden review comments",
      "Relationships, shapes, animation, visual evidence"
    ],
    "page": "https://mdforall.com/ppt-to-markdown",
    "last_reviewed": "2026-07-17",
    "release": "2026-07-17-adsense-r9"
  },
  {
    "format": "HTML",
    "extensions": [
      ".html",
      ".htm"
    ],
    "best_for": [
      "static articles",
      "documentation pages",
      "help-center exports"
    ],
    "not_for": [
      "JavaScript app shells without source content",
      "interactive widgets",
      "authenticated private pages in a public workflow"
    ],
    "preserves": [
      "h1–h6 and readable text",
      "ul/ol and anchor text",
      "pre/code and blockquote",
      "Paths, alt text, simple grids"
    ],
    "review": [
      "CSS-only visual hierarchy",
      "JavaScript navigation and inaccessible click handlers",
      "Interactive widgets and syntax behavior",
      "Responsive layout, lazy-loaded assets, complex table spans"
    ],
    "page": "https://mdforall.com/html-to-markdown",
    "last_reviewed": "2026-07-17",
    "release": "2026-07-17-adsense-r9"
  },
  {
    "format": "CSV",
    "extensions": [
      ".csv"
    ],
    "best_for": [
      "regular records with one header row",
      "public data samples",
      "small reference tables"
    ],
    "not_for": [
      "very wide or malformed exports",
      "live sortable datasets",
      "sensitive customer or analytics exports"
    ],
    "preserves": [
      "One descriptive header row",
      "Quoted text, numbers, and simple dates",
      "UTF-8 text",
      "Consistent column count"
    ],
    "review": [
      "Missing, duplicated, or blank column names",
      "Embedded newlines, inconsistent quoting, delimiter collisions",
      "Legacy encodings and replacement characters",
      "Ragged rows and very wide records"
    ],
    "page": "https://mdforall.com/csv-to-markdown",
    "last_reviewed": "2026-07-17",
    "release": "2026-07-17-adsense-r9"
  },
  {
    "format": "JSON",
    "extensions": [
      ".json"
    ],
    "best_for": [
      "API examples",
      "configuration explanations",
      "regular record arrays"
    ],
    "not_for": [
      "secret-bearing configuration",
      "deep heterogeneous data forced into tables",
      "machine contracts without the original schema"
    ],
    "preserves": [
      "Labels, values, booleans, nulls",
      "Lists or regular record tables",
      "Indented sections or code",
      "Fenced JSON code blocks"
    ],
    "review": [
      "Data types are presented as text",
      "Mixed item shapes and order assumptions",
      "Deep hierarchy can become verbose or ambiguous",
      "Comments are not valid standard JSON"
    ],
    "page": "https://mdforall.com/json-to-markdown",
    "last_reviewed": "2026-07-17",
    "release": "2026-07-17-adsense-r9"
  },
  {
    "format": "XML",
    "extensions": [
      ".xml"
    ],
    "best_for": [
      "document-oriented XML",
      "regular repeated records",
      "technical migration notes"
    ],
    "not_for": [
      "namespace/schema contracts replaced by prose",
      "mixed content flattened without review",
      "sensitive integration exports"
    ],
    "preserves": [
      "Section labels and record fields",
      "Inline metadata or table columns",
      "Lists or regular tables",
      "Nested sections or code"
    ],
    "review": [
      "Generic tag names may need human-friendly explanations",
      "Namespaces, IDs, and inherited meaning",
      "Optional fields and heterogeneous child elements",
      "Mixed content and deep recursion"
    ],
    "page": "https://mdforall.com/xml-to-markdown",
    "last_reviewed": "2026-07-17",
    "release": "2026-07-17-adsense-r9"
  },
  {
    "format": "TXT",
    "extensions": [
      ".txt"
    ],
    "best_for": [
      "notes with clear labels",
      "simple outlines",
      "plain documentation drafts"
    ],
    "not_for": [
      "fixed-width data treated as prose",
      "logs that require a parser",
      "private notes or credentials"
    ],
    "preserves": [
      "Paragraph boundaries",
      "Bullets, numbering, labels",
      "Possible code or nested lists",
      "Links and fenced code candidates"
    ],
    "review": [
      "Accidental line wrapping and hard returns",
      "Inconsistent symbols and nesting",
      "Tabs, fixed-width columns, copied page layout",
      "Context, labels, and language identifiers"
    ],
    "page": "https://mdforall.com/txt-to-markdown",
    "last_reviewed": "2026-07-17",
    "release": "2026-07-17-adsense-r9"
  }
]
