What is the difference between .xwd and .markdown?
- Extension
- .xwd
- .markdown
- Format
- Binary
- Text
- Category
- Raster Image
- Developer
- Developer
- X Window System
- John Gruber
- Description
- Uncompressed bitmap image created by the X Windows System, a visual application used to manage networked client-server computers; stores a screenshot, or "screen dump," of a background or window from the application's GUI; created by the xwd client process.
- 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
- image/x-xwindowdump
- text/x-markdown
- Sample
- sample.xwd
- sample.markdown
- Wikipedia
- .xwd on Wikipedia
- .markdown on Wikipedia