What is the difference between .pnm and .md?
- Extension
- .pnm
- .md
- Format
- Binary
- Text
- Category
- Raster Image
- Developer
- Developer
- Jef Poskanzer
- John Gruber
- Description
- Bitmap image created in the Portable Any Map format, which was designed to handle several types of portable monochrome, grayscale, and color images; may include raster graphic data in a .PBM, .PGM, or .PPM format; may be stored using binary data or ASCII text.
- 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/x-portable-anymap
- text/x-markdown
- Sample
- sample.pnm
- sample.md
- Wikipedia
- .pnm on Wikipedia
- .md on Wikipedia