What is the difference between .md and .doc?
- Extension
- .md
- .doc
- Format
- Text
- Binary
- Category
- Developer
- Document
- Developer
- John Gruber
- Microsoft
- Description
- An MD file is a text file created using one of several possible dialects of the Markdown language. It is saved in plain text format but includes inline text symbols that define how to format the text (e.g., bold, indentations, headers, table formatting). MD files are designed for authoring plain text documentation that can be easily converted to HTML.
- A DOC file is a word processing document created by Microsoft Word, or another word processing program, such as OpenOffice Writer or Apple Pages. It may contain formatted text, images, tables, graphs, charts, page formatting, and print settings.
- MIME Type
- text/x-markdown
- application/msword
- Sample
- sample.md
- sample.doc
- Wikipedia
- .md on Wikipedia
- .doc on Wikipedia