What is the difference between .md and .oxps?
- Extension
- .md
- .oxps
- 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.
- An OXPS file is a file created in the Open XML Paper Specification (OpenXPS) format, which is the same format used by .XPS files. It is similar to a .PDF file and describes the structure and content of a document.
- MIME Type
- text/x-markdown
- application/oxps
- Sample
- sample.md
- sample.oxps
- Wikipedia
- .md on Wikipedia
- .oxps on Wikipedia