What is the difference between .vst and .md?
- Extension
- .vst
- .md
- Format
- Binary
- Text
- Category
- Raster Image
- Developer
- Developer
- Truevision
- John Gruber
- Description
- Raster image based on the Targa Truevision format; can store data up to 32 bits per pixel, with 24 bits for the RGB information and 8 bits for the alpha channel; may also incorporate lossless RLE compression to reduce the file size.
- 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-targa
- text/x-markdown
- Sample
- sample.md
- Wikipedia
- .vst on Wikipedia
- .md on Wikipedia