What is the difference between .markdown and .jpeg?
- Extension
- .markdown
- .jpeg
- Format
- Text
- Binary
- Category
- Developer
- Raster Image
- Developer
- John Gruber
- Joint Photographic Experts Group
- 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.
- A JPEG file is an image saved in a compressed graphic format standardized by the Joint Photographic Experts Group (JPEG). It supports up to 24-bit color and is compressed using lossy compression, which may noticeably reduce the image quality if high amounts of compression are used. JPEG files are commonly used for storing digital photos and web graphics.
- MIME Type
- text/x-markdown
- image/jpeg
- Sample
- sample.markdown
- sample.jpeg
- Wikipedia
- .markdown on Wikipedia
- .jpeg on Wikipedia