What is the difference between .png48 and .md?
- Extension
- .png48
- .md
- Format
- Binary
- Text
- Category
- Raster Image
- Developer
- Developer
- PNG Working Group
- John Gruber
- Description
- A PNG file is an image file stored in the Portable Network Graphic (PNG) format. It contains a bitmap of indexed colors and uses lossless compression, similar to a .GIF file but without copyright limitations. PNG files are commonly used to store graphics for web images.
- 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/png
- text/x-markdown
- Sample
- sample.png48
- sample.md
- Wikipedia
- .png48 on Wikipedia
- .md on Wikipedia