What is the difference between .md and .rst?
- Extension
- .md
- .rst
- Format
- Text
- Text
- Category
- Developer
- Document
- Developer
- John Gruber
- The file type rst (or reStructuredText File) was created by the Python Software Foundation.
- 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.
- Primarily created for Python, RST is a text file that uses reStructuredText markup language for in-line program documentation. It can also be used to develop standalone documents and simple web pages.
- MIME Type
- text/x-markdown
- text/x-rst
- Sample
- sample.md
- Wikipedia
- .md on Wikipedia
- .rst on Wikipedia