ikiwiki/doc/plugins/html.mdwn

12 lines
558 B
Plaintext
Raw Normal View History

2007-02-13 19:51:21 +01:00
[[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
2007-12-09 02:04:18 +01:00
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.