Markdown is a lightweight markup language, originally created by John Gruber and Aaron Swartz to help maximum readability and "publishability" of both its input and output forms. The language takes many cues from existing conventions for marking up plain text in email. Markdown converts its marked-up text input to valid, well-formed XHTML and replaces left-pointing angle brackets ('
Read article at Wikipedia
Markdown
top ↑
We can also tell you Markdown is a
If you know more about Markdown, you can add more facts here »
Similar topics in Freebase
-
Plain Old Documentation
Plain Old Documentation, abbreviated pod, is a simple markup language used to document the Perl programming language. pod is designed to be a simple, clean language with just enough syntax to be useful. It purposefully does not include mechanisms for fonts, images, colors or tables. Some of its... -
Ruby Document format
RD (Ruby Document) is a lightweight markup language for writing Ruby-related documents. It can be embedded in Ruby source code. RD is a traditional format. In modern Ruby, developers tend to write documents in RDoc instead of RD. RD was used for many documentation in the Ruby world. The... -
HAML
Haml (HTML Abstraction Markup Language) is a markup language that is used to cleanly and simply describe the XHTML of any web document without the use of traditional inline coding. It’s designed to address many of the flaws in traditional templating engines, as well as making markup as elegant as...