What is the difference between .markdown and .epub?
- Extension
- .markdown
- .epub
- Format
- Text
- Binary
- Category
- Developer
- Ebook
- Developer
- John Gruber
- IDPF
- 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.
- An EPUB file is a digital ebook saved in the EPUB format, an open XML-based format for digital books and publications. It provides a standard digital publication format for publishers and consumers. EPUB files can be viewed with supporting software programs and hardware devices, such as the Sony Reader and Barnes & Noble Nook.
- MIME Type
- text/x-markdown
- application/epub+zip
- Sample
- sample.markdown
- sample.epub
- Wikipedia
- .markdown on Wikipedia
- .epub on Wikipedia