What is the difference between .apng and .markdown?
- Extension
- .apng
- .markdown
- Format
- Binary
- Text
- Category
- Raster Image
- Developer
- Developer
- Mozilla Corporation
- John Gruber
- Description
- Animated Portable Network Graphics (APNG) is a file format which extends the Portable Network Graphics (PNG) specification to permit animated images that work similarly to animated GIF files, while supporting 24-bit images and 8-bit transparency not available for GIFs. It also retains backward compatibility with non-animated PNG files.
- 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/vnd.mozilla.apng
- text/x-markdown
- Sample
- sample.markdown
- Wikipedia
- .apng on Wikipedia
- .markdown on Wikipedia