summaryrefslogtreecommitdiff
path: root/doc/features.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-07 18:28:27 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-07 18:28:27 +0000
commit0f22d66c965d7f2a3e4698de7ddf992efebf6c42 (patch)
treeff23d91c038143b34c9550c59f3b945d2455f0c0 /doc/features.mdwn
parent723ebda4760d7e6bb848f1b1d39706f441d3f209 (diff)
* Add wikitext markup plugin, which supports ".wiki" pages written in the
original wiki syntax, CamelCase links and all.
Diffstat (limited to 'doc/features.mdwn')
-rw-r--r--doc/features.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/features.mdwn b/doc/features.mdwn
index c22d2be91..5152beffd 100644
--- a/doc/features.mdwn
+++ b/doc/features.mdwn
@@ -23,11 +23,12 @@ Some of ikiwiki's features:
page with a filename ending in ".mdwn" is converted from markdown to html
by ikiwiki. Markdown understands text formatted as it would be in an email,
and is quite smart about converting it to html. The only additional markup
- provided by ikiwiki aside from regular markdown is the [[WikiLink]] and
+ provided by ikiwiki on top of regular markdown is the [[WikiLink]] and
[[PreprocessorDirective]]
If you prefer to use some other markup language, ikiwiki allows others to
- be added by [[plugins]].
+ easily be added by [[plugins]]. For example it also supports traditional
+ [[plugins/WikiText]] formatted pages.
* support for other file types