clear sandbox/test commit
[ikiwiki.git] / doc / plugins / html.mdwn
blob55e11bff09cd4d0f7180a09e1989c2f5eb80409f
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.