X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/63f2eddaa47a53f78dc78ce10f391593759c6d7d..93e77f43b3ed446145a81d5d36525d004a2f8a44:/doc/plugins/write.mdwn diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 8c5c4a04b..c4f668373 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -44,7 +44,7 @@ return the error message as the output of the plugin. Note that if [[HTMLSanitization]] 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. +preprocessor time. Text output by a preprocessor directive will be passed through markdown along with the rest of the page. ## Wiki configuration @@ -58,9 +58,9 @@ If your plugin needs to access data about other pages in the wiki. It can use the following hashes, using a page name as the key: * `%IkiWiki::links` lists the names of each page - that is linked to from that page in an array reference. + that a page links to, in an array reference. * `%IkiWiki::pagemtime` contains the last modification time of each page -* `%IkiWiki::pagectime` contains the creation time of each page` +* `%IkiWiki::pagectime` contains the creation time of each page * `%IkiWiki::renderedfiles` contains the name of the file rendered by a page * `%IkiWiki::pagesources` contains the name of the source file for a page.