]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Add usage example
authorhttps://launchpad.net/~eliasson <eliasson@web>
Wed, 10 Feb 2016 10:14:25 +0000 (06:14 -0400)
committeradmin <admin@branchable.com>
Wed, 10 Feb 2016 10:14:25 +0000 (06:14 -0400)
doc/ikiwiki/directive/format.mdwn

index 04ed139593bfbe578798d8149091127e2162985c..ae976faed51456b218f5c332a84733469397c33e 100644 (file)
@@ -26,4 +26,12 @@ supported. For example:
        print "hello, world\n";
        """]]
 
+`format` can also be used to format entire source files and display them on a page. Simply put an [[inline]] directive with the `raw` attribute set inside a `format`. This can be useful if you want to both serve the file raw, as well as show it syntax highlighted on a page. An example:
+
+       \[[!format python """
+       [[!inline pages="program.py" raw="yes"]]
+       """]]
+
+       \[[View raw file|program.py]]
+
 [[!meta robots="noindex, follow"]]