]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/wikitext.mdwn
noticed a problem
[ikiwiki.git] / doc / plugins / wikitext.mdwn
1 [[!template id=plugin name=wikitext author="[[Joey]]"]]
2 [[!tag type/format]]
3
4 This plugin allows ikiwiki to process pages written in the original wiki
5 text format. To use it, you need to have the [[!cpan Text::WikiFormat]] perl
6 module installed, enable the plugin, then files with the extention `.wiki`
7 will be processed as wiki text.
8
9 Wiki formatting is very simple. An item wrapped in three single quotes is
10 strong. An item wrapped in two single quotes is emphasized. Four or more
11 hyphen characters at the start of a line create a horizontal line. Newlines
12 turn into the appropriate tags. Headers are matching equals signs around
13 the header text -- the more signs, the lesser the header.
14
15 Links are standard [[WikiLinks|ikiwiki/WikiLink]], although you can also enable
16 [[CamelCase]] links.
17
18 Lists are indented text, by one tab or four spaces. In unordered lists,
19 where each item has its own bullet point, each item needs a leading
20 asterisk and space. Ordered lists consist of items marked with combination
21 of one or more alphanumeric characters followed by a period and an optional
22 space. Any indented text without either marking is code, handled literally.
23 You can nest lists.