What is the difference between .pnm and .markdown?
- Extension
- .pnm
- .markdown
- Format
- Binary
- Text
- Category
- Raster Image
- Developer
- Developer
- Jef Poskanzer
- John Gruber
- Description
- The PNM (Portable Any Map Image) file format is a subset of the broader Netpbm format, designed for storing various types of digital images. It acts as an umbrella term for three specific types of grayscale, color, and black-and-white images, represented by PBM (Portable Bitmap), PGM (Portable Graymap), and PPM (Portable Pixmap) formats respectively. PNM files are known for their simplicity and ease of conversion to other image formats.
- 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.markdown
- Wikipedia
- .pnm on Wikipedia
- .markdown on Wikipedia