What is the difference between .pbm and .md?
- Extension
- .pbm
- .md
- Format
- Binary
- Text
- Category
- Raster Image
- Developer
- Developer
- Wolfgang Hoschek
- John Gruber
- Description
- 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
- 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/x-portable-bitmap
- text/x-markdown
- Sample
- sample.pbm
- sample.md
- Wikipedia
- .pbm on Wikipedia
- .md on Wikipedia