What is the difference between .md and .tex?
- Extension
- .md
- .tex
- Format
- Text
- Text
- Category
- Developer
- Document
- Developer
- John Gruber
- Donald Knuth
- 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 file that contains symbols, graphics, text, or mathematical expression developed by LaTex a typesetting system. Mainly used to typeset articles, books, and publications in computer science, physics, statistics, electrical engineering, and economics.
- MIME Type
- text/x-markdown
- text/x-tex
- Sample
- sample.md
- sample.tex
- Wikipedia
- .md on Wikipedia
- .tex on Wikipedia