What is the difference between .md and .xlsm?
- Extension
- .md
- .xlsm
- Format
- Text
- Binary
- Category
- Developer
- Spreadsheet
- Developer
- John Gruber
- Microsoft
- 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.
- It is a macro-enabled spreadsheet file developed using Microsoft Excel and it holds worksheets arranged in rows and columns. The macros are created using Visual Basic for Applications (VBA) language.
- MIME Type
- text/x-markdown
- application/vnd.ms-excel.sheet.macroEnabled.12
- Sample
- sample.md
- Wikipedia
- .md on Wikipedia
- .xlsm on Wikipedia