]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/html.mdwn
Change to new preprocessor syntax
[ikiwiki.git] / doc / plugins / html.mdwn
index 1a2c5365b88ca51cd9441b07913b16947e2a61f0..8efefcbcb93e5ad9c11e49b9dc8d8175a98004b6 100644 (file)
@@ -1,11 +1,11 @@
-[[template id=plugin name=html included=1 author="[[Joey]]"]]
+[[template id=plugin name=html author="[[Joey]]"]]
 [[tag type/html type/format]]
 
 This plugin lets html pages be used as source pages for the wiki. The
 html pages will still be wrapped in the same html template as any other
 page, so for best results you should include only the page body in the html
 file. Also, if the [[htmlscrubber]] plugin is enabled, the html pages will be
-sanitised like any other page. You can also use standard [[WikiLink]]s etc
-in the html pages.
+sanitised like any other page. You can also use standard 
+[[WikiLinks|ikiwiki/WikiLink]] etc in the html pages.
 
 This plugin is included in ikiwiki, but is not enabled by default.