diff options
author | Joey Hess <joey@kitenet.net> | 2010-07-12 15:35:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-07-12 15:35:40 -0400 |
commit | fd2b2f386f30cf2ba578da8a8174dd60ae024adc (patch) | |
tree | ffc7a9a5cc9a9bc510f577dcee01b27a6616e776 /doc | |
parent | 911c9b01f1f8f710944791e523323b3bd1600378 (diff) | |
parent | 192ce7a238af9021b0fd6dd571f22409af81ebaf (diff) |
Merge branch 'filter-full'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/write.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index bb8012342..2e3902388 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -198,8 +198,8 @@ value is ignored. hook(type => "filter", id => "foo", call => \&filter); -Runs on the raw source of a page, before anything else touches it, and can -make arbitrary changes. The function is passed named parameters "page", +Runs on the full raw source of a page, before anything else touches it, and +can make arbitrary changes. The function is passed named parameters "page", "destpage", and "content". It should return the filtered content. ### preprocess |