What you get in the .md file
Headings as # through ###### mapped from Word's Heading 1-6 styles. Paragraphs as plain text separated by blank lines. Bulleted lists as -, numbered lists as 1., both supporting nesting. Tables as Markdown tables (| col1 | col2 | syntax). Bold as **text**, italic as *text*, inline code as `code`. Hyperlinks as [text](url). Images extracted and linked as . Blockquotes as >. Code blocks as fenced triple-backtick blocks.
The .md file extension matters
Most modern editors (VS Code, Obsidian, iA Writer, Bear, Typora) recognise .md as Markdown and provide live preview, syntax highlighting, and linting. GitHub renders .md files as formatted documents in repo browsers. Static site generators (Hugo, Jekyll, Astro, Gatsby) treat .md as their native input format. The .md output from mdisbetter drops directly into any of these without renaming or processing.
Use the full converter
Head to Word to Markdown for the actual conversion. Same pipeline, same .md output, just the more SEO-friendly URL.