Word documents
.doc, .docx
Useful for drafts, reports, policies, and notes that need to move into Markdown-based editors or documentation systems.
Clear heading styles and simple tables convert most reliably. Text boxes, floating shapes, page headers, and print-only layout may be flattened into reading order.
Open word documents guidePDF files
.pdf
Extracts readable text, headings, lists, and tables when the PDF contains a usable text layer and enough layout information.
PDF is a display format. Scanned files, unusual fonts, columns, page furniture, and forms need manual review or OCR before the Markdown can be trusted.
Open pdf files guideHTML pages
.html, .htm
Turns readable HTML into Markdown while ignoring scripts, style blocks, navigation clutter, and layout code where possible.
Article pages and documentation pages work better than JavaScript applications where the final content is not present in the source HTML.
Open html pages guideSpreadsheets
.xls, .xlsx
Converts simple worksheets into Markdown tables or structured text for reports, notes, and documentation.
Merged cells, formulas, hidden rows, charts, pivot tables, and very wide worksheets should be simplified or reviewed after conversion.
Open spreadsheets guideCSV files
.csv
Creates Markdown tables from comma-separated data when the source has a clean header row and consistent columns.
Wide CSV files may be easier to read after splitting into smaller tables or rewriting selected fields as bullet lists.
Open csv files guidePresentations
.ppt, .pptx
Turns slide titles, body text, notes, and simple structured slide content into Markdown outlines or reusable briefs.
Slides are visual canvases. Markdown keeps reading order and text structure, not exact coordinates, animation, speaker timing, or design fidelity.
Open presentations guideJSON data
.json
Formats structured JSON into readable Markdown sections, lists, or code blocks for documentation and review.
Deeply nested data should be summarized, split, or kept as fenced code when a table would hide the structure.
Open json data guideXML files
.xml
Converts XML text and element structure into Markdown-friendly summaries for documentation and inspection.
XML markup is often meaningful. Review attribute names, nested elements, namespaces, and repeated records before publishing the output.
Open xml files guidePlain text
.txt
Keeps plain text readable while adding Markdown structure where headings, lists, or simple sections can be inferred.
Plain text has few structural signals. Use the result as a starting point and add headings where the source only used spacing.
Open plain text guide