]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/contrib/syntax.mdwn
Migrate escaped directives (\[[) in doc/plugins to have \[[! prefix
[ikiwiki.git] / doc / plugins / contrib / syntax.mdwn
index 58cd31394dff242ba9d7069d18bdc81c5a373766..5ca6311f9d63c6151de5f6a17c103a827f608e2e 100644 (file)
@@ -17,7 +17,7 @@ In the case of file parameter, `syntax` will build a html link for direct downlo
 
 Example:
 
-       \[[syntax type="perl" text="""  
+       \[[!syntax type="perl" text="""  
        #!/usr/bin/perl
 
        my $a = "World";
@@ -26,7 +26,7 @@ Example:
 
 or 
 
-       \[[syntax file="/examples/hello.pl" description="My first perl program"]]
+       \[[!syntax file="/examples/hello.pl" description="My first perl program"]]
 
 This plugin create the following CSS styles: