What is the difference between .fits and .md?
- Extension
- .fits
- .md
- Format
- Binary
- Text
- Category
- Raster Image
- Developer
- Developer
- IAU FITS Working Group
- John Gruber
- Description
- Bitmap graphic created in the FITS (Flexible Image Transport System) format, which was originally specified by the International Astronomical Union (IAU); may contain both binary data and ASCII text; used as a standard format for storing astronomical data.
- 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/fits
- text/x-markdown
- Sample
- sample.fits
- sample.md
- Wikipedia
- .fits on Wikipedia
- .md on Wikipedia