Jump to content

User:Codinghorror

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Codinghorror (talk | contribs) at 10:37, 14 May 2008. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Lightweight Markup Languages

According to Wikipedia:

> A [lightweight markup language] is a markup language with a simple syntax, designed to be easy for a human to enter with a simple text editor, and easy to read in its raw form.

Some examples are:

  • Markdown
  • Textile
  • BBCode
  • MediaWiki

Markup should also extend to code:

10 PRINT "I ROCK AT BASIC!"
20 GOTO 10