X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/b7e28ae022e38e903ae7bd807f68ea8e5b81a206..1048e9fe0ebe69e444b5523f1629f013a7d1051e:/doc/plugins/write.mdwn 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