diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-03 22:08:04 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-03 22:08:04 +0000 |
commit | 6551c1e5609967c0c7f947fa0e9d85d24e454d37 (patch) | |
tree | 9cef8840dbfb06b90a42c49a30f0117e8e487a00 /doc/usage.mdwn | |
parent | 7ea8df24b32a36687cfea94e2b84272777562325 (diff) | |
download | ikiwiki-6551c1e5609967c0c7f947fa0e9d85d24e454d37.tar ikiwiki-6551c1e5609967c0c7f947fa0e9d85d24e454d37.tar.gz |
* Support htmlize plugins and make mdwn one such plugin, which is enabled by
default (of course!). Based on a patch by Faidon Liambotis.
Diffstat (limited to 'doc/usage.mdwn')
-rw-r--r-- | doc/usage.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn index deb94e415..6ff71056f 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -11,7 +11,8 @@ ikiwiki --setup configfile # DESCRIPTION `ikiwiki` is a wiki compiler. It builds static html pages for a wiki, from -`source` in the [[MarkDown]] language, and writes it out to `destination`. +`source` in the [[MarkDown]] language (or others), and writes it out to +`destination`. Note that most options can be shortened to single letters, and boolean flags such as --verbose can be negated with --no-verbose. |