master
joey 2006-08-23 20:28:08 +00:00
parent 8f8959c96e
commit 3c378ff6e7
1 changed files with 3 additions and 3 deletions

View File

@ -81,9 +81,9 @@ function returns goes onto the page in place of the directive.
Note that if the [[htmlscrubber]] is enabled, html in Note that if the [[htmlscrubber]] is enabled, html in
[[PreProcessorDirective]] output is sanitised, which may limit what your [[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 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 preprocessor time. Text output by a preprocessor directive will be
through markdown (or whatever engine is used to htmlize the page) along linkified and passed through markdown (or whatever engine is used to htmlize
with the rest of the page. the page) along with the rest of the page.
## htmlize ## htmlize