What is the difference between .md and .ott?
- Extension
- .md
- .ott
- 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.
- n OTT file is a document template saved in OASIS' OpenDocument standard format and created by word processors included in the OpenOffice and LibreOffice suites. It contains the page layout and default styles for a text document. OTT files are used for authoring .ODT documents that have the same appearance and formatting.
- MIME Type
- text/x-markdown
- application/vnd.oasis.opendocument.text
- Sample
- sample.md
- sample.ott
- Wikipedia
- .md on Wikipedia
- .ott on Wikipedia