What is the difference between .tsv and .markdown?
- Extension
- .tsv
- .markdown
- Format
- Text
- Text
- Category
- Database
- Developer
- Developer
- John Gruber
- Description
- A tab-separated values (TSV) file is a simple text format for storing data in a tabular structure, e.g., database table or spreadsheet data, and a way of exchanging information between databases.
- 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/tab-separated-values
- text/x-markdown
- Sample
- sample.markdown
- Wikipedia
- .tsv on Wikipedia
- .markdown on Wikipedia