What is the difference between .md and .xps?
- Extension
- .md
- .xps
- 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 XPS file is a document that contains fixed page layout information written in the XPS page description language. It defines the layout, appearance, and printing information for a document. XPS files are similar to .PDF files, but saved in Microsoft’s proprietary XPS format.
- MIME Type
- text/x-markdown
- application/vnd.ms-xpsdocument
- Sample
- sample.md
- sample.xps
- Wikipedia
- .md on Wikipedia
- .xps on Wikipedia