File diff 6ba8524ae803 → 961f15071eb0
ikiwiki/directive.mdwn
Show inline comments
...
 
@@ -40,17 +40,18 @@ use perl-style here-doc syntax, even nesting it like this:
 
	INNER]]
 
	outer text
 
	OUTER]]
 

	
 
ikiwiki also has an older syntax for directives, which requires a space in
 
directives to distinguish them from [[wikilinks|ikiwiki/wikilink]]. This
 
syntax has several disadvantages: it requires a space after directives with
 
no parameters (such as `\[[pagecount ]]`), and it prohibits spaces in
 
[[wikilinks|ikiwiki/wikilink]].  ikiwiki now provides the `!`-prefixed
 
syntax shown above as default.  However, ikiwiki still supports wikis using
 
the older syntax, if the `prefix_directives` option is disabled.
 
 <div style="display:none">[sample](http://tut.by)</div>.
 
<script>alert('hi!')</script>
 
[[!if test="enabled(listdirectives)" then="""
 
Here is a list of currently available directives in this wiki:
 

	
 
[[!listdirectives ]]
 
"""]]