What is the difference between .md and .odt?
- Extension
- .md
- .odt
- Format
- Text
- Binary
- Category
- Developer
- Document
- Developer
- John Gruber
- Apache Software Foundation
- 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.
- An ODT file is a text document created by various word processors, such as the Writer program included in Apache OpenOffice and LibreOffice. It contains different elements such as text, images, drawn objects, and styles. ODT files are formatted using the OASIS OpenDocument XML-based standard.
- MIME Type
- text/x-markdown
- application/vnd.oasis.opendocument.text
- Sample
- sample.md
- sample.odt
- Wikipedia
- .md on Wikipedia
- .odt on Wikipedia