summaryrefslogtreecommitdiff
path: root/doc/features.mdwn
diff options
context:
space:
mode:
authorwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-11 05:25:43 +0000
committerwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-11 05:25:43 +0000
commitcf841ef42d201f2c5fcf4c07fdb122b4a00a7052 (patch)
treedbbdbc1b5b9b275d9b8961b52233b676671ec1fe /doc/features.mdwn
parent44eaf2de1067a90be94ce74cbd56c2e86d2087de (diff)
web commit from 66.118.98.137:
Diffstat (limited to 'doc/features.mdwn')
-rw-r--r--doc/features.mdwn8
1 files changed, 8 insertions, 0 deletions
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.
+
----