From ce0037e0ff41a75d0e6c947ef547ef9630c54be9 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 14 Oct 2010 13:38:20 +0200 Subject: Sync with ikiwiki 3.20100926. --- ikiwiki/directive/format.mdwn | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ikiwiki/directive/format.mdwn (limited to 'ikiwiki/directive/format.mdwn') diff --git a/ikiwiki/directive/format.mdwn b/ikiwiki/directive/format.mdwn new file mode 100644 index 0000000..a829a58 --- /dev/null +++ b/ikiwiki/directive/format.mdwn @@ -0,0 +1,29 @@ +The `format` directive is supplied by the [[!iki plugins/format +desc=format]] plugin. + +The directive allows formatting a chunk of text using any available page +format. It takes two parameters. First is the type of format to use, ie the +extension that would be used for a standalone file of this type. Second is +the text to format. + +For example, this will embed an otl outline inside a page using mdwn or some +other format: + + \[[!format otl """ + foo + 1 + 2 + bar + 3 + 4 + """]] + +Note that if the highlight plugin is enabled, this directive can also be +used to display syntax highlighted code. Many languages and formats are +supported. For example: + + \[[!format perl """ + print "hej, verden\n"; + """]] + +[[!meta robots="noindex, follow"]] -- cgit v1.2.3