Glam Prestige Journal

Bright entertainment trends with youth appeal.

I often see files with a ".md" extension. I usually open them with a text editor like Gedit and I can read them just fine.

So – why do they use .md files and not say .txt files? Can somebody explain how .md files are different from regular .txt?

I did a web search but all I came across were wrong references to a "moneydance program file format".

1 Answer

It's Markdown.

From Wikipedia:

Markdown is a lightweight markup language, originally created by John Gruber and Aaron Swartz allowing people "to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML)".The language takes many cues from existing conventions for marking up plain text in email.

Markdown files can be stored as .txt, but you'll also find:

  • .md
  • .mdown
  • .markdown

Having these clues as a file extension will let you easily transform these files into others. Markdown makes it very easy to convert these plaintext files into HTML, OpenDocument fiels, PDF, LaTeX or RTF using MultiMarkdown.

And, if you haven't noticed yet, StackExchange uses Markdown for formatting, too!

5

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy