What is the difference between .eml and .md?
- Extension
- .eml
- .md
- Format
- Text
- Text
- Category
- Developer
- Developer
- Microsoft
- John Gruber
- Description
- An EML file is an email message saved by an email program, such as Microsoft Outlook or Apple Mail. It contains the content of the message, along with the subject, sender, recipient(s), and date of the message. EML files may also store one or more email attachments, which are files sent with the message.
- 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
- message/rfc822
- text/x-markdown
- Sample
- sample.md
- Wikipedia
- .eml on Wikipedia
- .md on Wikipedia