What is the difference between .markdown and .webp?
- Extension
- .markdown
- .webp
- Format
- Text
- Binary
- Category
- Developer
- Raster Image
- Developer
- John Gruber
- Description
- 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.
- A WEBP file is an image saved in the WebP (pronounced "Weppy") raster image format developed by Google for web graphics. It is designed to reduce image file sizes over standard JPEG compression while maintaining the same or similar quality. WEBP files allow images to be downloaded more quickly.
- MIME Type
- text/x-markdown
- image/webp
- Sample
- sample.markdown
- sample.webp
- Wikipedia
- .markdown on Wikipedia
- .webp on Wikipedia