aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-23 20:28:08 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-23 20:28:08 +0000
commit3c378ff6e7bd3440f74e0913e29e857bbf5d0bd5 (patch)
tree9bc83fbf1ac093fcd0826b23b98d140d3212dce5 /doc/plugins
parent8f8959c96ecc69ecc75b5e5c76b52345afce94d8 (diff)
downloadikiwiki-3c378ff6e7bd3440f74e0913e29e857bbf5d0bd5.tar
ikiwiki-3c378ff6e7bd3440f74e0913e29e857bbf5d0bd5.tar.gz
update
Diffstat (limited to 'doc/plugins')
-rw-r--r--doc/plugins/write.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn
index 583ca541f..af970221e 100644
--- a/doc/plugins/write.mdwn
+++ b/doc/plugins/write.mdwn
@@ -81,9 +81,9 @@ function returns goes onto the page in place of the directive.
Note that if the [[htmlscrubber]] is enabled, html in
[[PreProcessorDirective]] output is sanitised, which may limit what your
plugin can do. Also, the rest of the page content is not in html format at
-preprocessor time. Text output by a preprocessor directive will be passed
-through markdown (or whatever engine is used to htmlize the page) along
-with the rest of the page.
+preprocessor time. Text output by a preprocessor directive will be
+linkified and passed through markdown (or whatever engine is used to htmlize
+the page) along with the rest of the page.
## htmlize