aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki/markdown.mdwn
blob: 68419192942abb3c25758e5d8b52f319bf8311f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
[[!meta robots="noindex, follow"]]
[Markdown](http://daringfireball.net/projects/markdown/)
is a minimal markup language that resembles plain text as used in
email messages. It is the markup language used by this wiki by default.

For documentation about the markdown syntax, see [[formatting]] and
[Markdown: syntax](http://daringfireball.net/projects/markdown/syntax).

Note that [[WikiLinks|WikiLink]] and [[directives|directive]] are not part
of the markdown syntax, and are the only bit of markup that this wiki
handles internally.