]> sipb.mit.edu Git - ikiwiki.git/blob - basewiki/markdown.mdwn
fix
[ikiwiki.git] / basewiki / markdown.mdwn
1 [Markdown](http://daringfireball.net/projects/markdown/)
2 is a minimal markup language that resembles plain text as used in
3 email messages. It is the markup language used by this wiki by default.
4
5 For documentation about the markdown syntax, see [[HelpOnFormatting]] and
6 [Markdown: syntax](http://daringfireball.net/projects/markdown/syntax).
7
8 Note that [[WikiLink]]s and [[PreProcessorDirective]]s are not part of the
9 markdown syntax, and are the only bit of markup that this wiki handles
10 internally.