aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/creole.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-25 14:19:39 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-25 14:19:39 -0400
commitd6fd1f1cc878b5dffdfae30f6dfee77c235c438e (patch)
treeae0e8d689bec3a0471385864056d68b6629427f7 /doc/plugins/creole.mdwn
parent9867806c13b97c0f4ce1850ee4d43c6fe3a926e7 (diff)
downloadikiwiki-d6fd1f1cc878b5dffdfae30f6dfee77c235c438e.tar
ikiwiki-d6fd1f1cc878b5dffdfae30f6dfee77c235c438e.tar.gz
rename preprocessordirective to directive
Reasons include: - easier to type - might want postprocessor directives again sometime, and listdirectives can then use the directive/* files for either - that it's done as a preprocessor step is an internal detail (and not a very accurate one, really :-)
Diffstat (limited to 'doc/plugins/creole.mdwn')
-rw-r--r--doc/plugins/creole.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/creole.mdwn b/doc/plugins/creole.mdwn
index ed347e2c5..4b0adb4f1 100644
--- a/doc/plugins/creole.mdwn
+++ b/doc/plugins/creole.mdwn
@@ -12,5 +12,5 @@ wiki markup formats, so should be fairly easy to guess at. There is also a
[CheatSheet](http://www.wikicreole.org/wiki/CheatSheet).
Links are standard [[WikiLinks|ikiwiki/WikiLink]]. Links and
-[[ikiwiki/PreProcessorDirectives]] inside `{{{ }}}` blocks are still expanded,
+[[ikiwiki/directives]] inside `{{{ }}}` blocks are still expanded,
since this happens before the creole format is processed.