diff options
author | http://weakish.int.eu.org/ <http://weakish.int.eu.org/@web> | 2009-02-12 05:08:58 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-02-12 05:08:58 -0500 |
commit | 978a3570dbec85376fc44a3e564079664f5c26e5 (patch) | |
tree | 3f700ccf52ab7c5b776de95d60d6404299c4c9d0 /doc/plugins/mdwn | |
parent | 0826d993461c16c91de5d36ff4fc5b2e2bfd6f8c (diff) |
warning about disable mdwn
Diffstat (limited to 'doc/plugins/mdwn')
-rw-r--r-- | doc/plugins/mdwn/discussion.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/plugins/mdwn/discussion.mdwn b/doc/plugins/mdwn/discussion.mdwn new file mode 100644 index 000000000..9ebf99b7e --- /dev/null +++ b/doc/plugins/mdwn/discussion.mdwn @@ -0,0 +1,11 @@ +Unlike other format, ikiwiki is somehow depends +on mdwn, since the underlay dir +is written in mdwn. If you want to disable mdwn, +you need to overwrite the underlay +dir (set underlaydir in ikiwiki.setup +to your own underlay dir or replace underlay pages +in your $SRC). + +Specially, the [[shortcut]] plugin is hardcoded to +use shortcuts.mdwn. So you need pay more care if +you [[use shortcut without mdwn|shortcut/discussion]]. |