]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/html.mdwn
web commit by JoshTriplett: Formatting, typos, and wording.
[ikiwiki.git] / doc / plugins / html.mdwn
index 01e366c491b3f28b5f850b9f0d89900a56959bd4..d19c99af8c74d119498ff93fd5ef5387cd7082b0 100644 (file)
@@ -1,8 +1,11 @@
-This plugin lets raw html pages be used as source pages for the wiki. The
+[[template id=plugin name=html included=1 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 [[WikiLinks]] etc
+sanitised like any other page. You can also use standard [[WikiLink]]s etc
 in the html pages.
 
 This plugin is included in ikiwiki, but is not enabled by default.