DOC to MD - Convert document online

(DOC, DOCX, RTF, TXT, ODT, XLS, XLSX, CSV, ODS, PPT, PPTX, ODP, HTML, XPS, etc.)
Conversion Results:
# Output File Source File Action
How to convert DOC to MD:

1. Click the "Choose Files" button to select multiple files from your local device, or click the "URL" button to choose an online file.

2. Choose a target document format. The target document format can be PDF, DOC, DOCX, XLS, XLSX, PPT, PPTX, HTML, TXT, CSV, RTF, ODT, ODS, ODP, XPS, or OXPS. Note that each target format can only be converted from certain source formats. For example, it can convert DOC to DOCX, but it cannot convert DOC to XLSX. When choosing a target format, the available source formats that can be converted to it will be listed.

3. Click the "Convert Now!" button to start batch conversion. The output files will be listed in the "Conversion Results" section. Click the icon to show the file QR code or save the file to cloud storage services such as Google Drive, OneDrive, or Dropbox.

DOC vs MD:
Name DOC MD
Full name Microsoft Word Binary File Format Markdown
File extension .doc .md, .markdown
MIME application/msword text/markdown
Developed by Microsoft John Gruber
Type of format Document file format Markup language
Introduction DOC is a filename extension for word processing documents, most commonly in the proprietary Microsoft Word Binary File Format. In Microsoft Word 2007 and later, the binary file format was replaced as the default format by the Office Open XML format, though Microsoft Word can still produce DOC files. Markdown is a lightweight markup language for creating formatted text using a plain-text editor. John Gruber and Aaron Swartz created Markdown in 2004 as a markup language that is appealing to human readers in its source code form. Markdown is widely used in blogging, instant messaging, online forums, collaborative software, documentation pages, and readme files.
Technical details Binary DOC files often contain more text formatting information (as well as scripts and undo information) than some other document file formats like Rich Text Format and HyperText Markup Language, but are usually less widely compatible. Markdown has been characterised by an informal specification and a reference implementation for conversion to HTML. Over time, many Markdown implementations have appeared. People developed these mostly driven by the need for additional features on top of the base syntax-such as tables, footnotes, definition lists (technically HTML description lists), and Markdown inside HTML blocks.
Associated programs Microsoft Word, OpenOffice.org Writer, IBM Lotus Symphony, Apple Pages, AbiWord. Notepad, TextEdit, WordPad, UltraEdit
Sample file sample.doc sample.md
Wikipedia DOC on Wikipedia MD on Wikipedia