What is the difference between .six and .markdown?
- Extension
- .six
- .markdown
- Format
- Binary
- Text
- Category
- Raster Image
- Developer
- Developer
- Digital Equipment Corporation
- John Gruber
- Description
- This is a bitmap graphics file format created for printers and terminals by Digital Equipment Corporation (DEC). It is another extension of the SIXEL file.
- 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-sixel
- text/x-markdown
- Sample
- sample.markdown
- Wikipedia
- .six on Wikipedia
- .markdown on Wikipedia