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