]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/html.mdwn
ikiwiki (3.20140916) unstable; urgency=low
[git.ikiwiki.info.git] / doc / plugins / html.mdwn
1 [[!template id=plugin name=html author="[[Joey]]"]]
2 [[!tag type/html type/format]]
4 This plugin lets html pages be used as source pages for the wiki. The
5 html pages will still be wrapped in the same html template as any other
6 page, so for best results you should include only the page body in the html
7 file. Also, if the [[htmlscrubber]] plugin is enabled, the html pages will be
8 sanitised like any other page. You can also use standard 
9 [[WikiLinks|ikiwiki/WikiLink]] etc in the html pages.
11 This plugin is included in ikiwiki, but is not enabled by default.