What is the difference between .pjpeg and .markdown?
- Extension
- .pjpeg
- .markdown
- Format
- Binary
- Text
- Category
- Raster Image
- Developer
- Developer
- JPEG
- John Gruber
- Description
- A PJPEG file is a bitmap image created in the Progressive JPEG format (PJPEG). It contains encoded bitmap data so that the downloaded image appears progressively from a blurry picture to the final sharp image. PJPEG files may also fill alternating horizontal lines until the full picture is revealed.
- 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
- image/pjpeg
- text/x-markdown
- Sample
- sample.markdown
- Wikipedia
- .pjpeg on Wikipedia
- .markdown on Wikipedia