What is the difference between .tex and .md?
- Extension
- .tex
- .md
- Format
- Text
- Text
- Category
- Document
- Developer
- Developer
- Donald Knuth
- John Gruber
- Description
- 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.
- 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
- text/x-tex
- text/x-markdown
- Sample
- sample.tex
- sample.md
- Wikipedia
- .tex on Wikipedia
- .md on Wikipedia