]> sipb.mit.edu Git - ikiwiki.git/blob - doc/ikiwiki-prefix-directives.mdwn
Add new preprocessor directive syntax¸ using a '!' prefix.
[ikiwiki.git] / doc / ikiwiki-prefix-directives.mdwn
1 # NAME
2
3 ikiwiki-prefix-directives - convert ikiwiki pages to prefixed directive syntax
4
5 # SYNOPSIS
6
7 ikiwiki-prefix-directives page.mdwn...
8
9 # DESCRIPTION
10
11 `ikiwiki-prefix-directives` converts an ikiwiki page from the old
12 preprocessor directive syntax, requiring a space, to the new syntax,
13 prefixed by '!'.
14
15 Preprocessor directives which already use the new syntax will remain
16 unchanged.
17
18 Note that if the page contains wiki links with spaces, which some
19 older versions of ikiwiki accepted, ikiwiki-prefix-directives will
20 treat these as preprocessor directives and convert them.
21
22 # AUTHOR
23
24 Josh Triplett <josh@freedesktop.org>
25
26 Warning: this page is automatically made into ikiwiki-prefix-directives's man page, edit with care