What is the difference between .tnef and .markdown?
- Extension
- .tnef
- .markdown
- Format
- Text
- Category
- Developer
- Developer
- Microsoft
- John Gruber
- Description
- File generated by Microsoft Exchange email programs such as Outlook; appears as an email attachment for email clients that don't recognize Microsoft's proprietary TNEF format; may cause the text "application/ms-tnef" to appear in the email if the email client does not recognize Microsoft Exchange formatting.
- 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
- application/vnd.ms-tnef
- text/x-markdown
- Sample
- sample.markdown
- Wikipedia
- .tnef on Wikipedia
- .markdown on Wikipedia