web commit from 66.118.98.137:
[ikiwiki.git] / doc / features.mdwn
1 Currently implemented:
2
3 * [[MarkDown]]
4
5   ikiwiki supports pages using [[MarkDown]] as their markup language. Any
6   page with a filename ending in ".mdwn" is converted from markdown to html
7   by ikiwiki. Markdown understands text formatted as it would be in an email,
8   and is quite smart about converting it to html. The only additional markup
9   provided by ikiwiki aside from regular markdown is the [[WikiLink]].
10
11 * support for other file types
12
13   ikiwiki also supports files of any other type, including raw html, text,
14   images, etc. These are not converted to wiki pages, they are just copied
15   unchanged by ikiwiki as it builds your wiki. So you can check in an image,
16   program, or other special file and link to it from your wiki pages.
17
18 * [[SubPage]]s
19
20   Arbitrarily deep hierarchies of pages with fairly simple and useful [[SubPage/LinkingRUles]]
21
22 ----
23
24
25 [[TODO]]