What is the difference between .tiff and .markdown?
- Extension
- .tiff
- .markdown
- Format
- Binary
- Text
- Category
- Raster Image
- Developer
- Developer
- Adobe Systems
- John Gruber
- Description
- A TIFF file is a graphics container that stores raster images. It may contain high-quality graphics that support color depths from 1 to 24-bit and supports both lossy and lossless compression. TIFF files also support multiple layers and pages.
- 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/tiff
- text/x-markdown
- Sample
- sample.tiff
- sample.markdown
- Wikipedia
- .tiff on Wikipedia
- .markdown on Wikipedia