What is the difference between .ott and .markdown?
- Extension
- .ott
- .markdown
- Format
- Binary
- Text
- Category
- Document
- Developer
- Developer
- Apache Software Foundation
- John Gruber
- Description
- 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.
- 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.
- MIME Type
- application/vnd.oasis.opendocument.text
- text/x-markdown
- Sample
- sample.ott
- sample.markdown
- Wikipedia
- .ott on Wikipedia
- .markdown on Wikipedia