From: www-data Date: Sat, 11 Mar 2006 05:25:43 +0000 (+0000) Subject: web commit from 66.118.98.137: X-Git-Tag: 1.0~504 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=cf841ef42d201f2c5fcf4c07fdb122b4a00a7052 web commit from 66.118.98.137: --- diff --git a/doc/features.mdwn b/doc/features.mdwn index 735f4a173..a6a6f1915 100644 --- a/doc/features.mdwn +++ b/doc/features.mdwn @@ -8,6 +8,14 @@ Currently implemented: and is quite smart about converting it to html. The only additional markup provided by ikiwiki aside from regular markdown is the [[WikiLink]]. +* support for other file types + + ikiwiki also supports files of any other type, including raw html, text, + images, etc. These are not converted to wiki pages, they are just copied + unchanged by ikiwiki as it builds your wiki. So you can check in an image, + program, or other special file and link to it from your wiki pages. + ikiwiki also supports making one page that is a [[SubPage]] of another. + ----