From 96e2315499db1c31c807013924eaa3faa7006f26 Mon Sep 17 00:00:00 2001 From: spalax Date: Thu, 14 Apr 2016 12:43:32 -0400 Subject: [PATCH] Document new feature. --- doc/plugins/contrib/compile.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/plugins/contrib/compile.mdwn b/doc/plugins/contrib/compile.mdwn index 564f7f68c..7527f2698 100644 --- a/doc/plugins/contrib/compile.mdwn +++ b/doc/plugins/contrib/compile.mdwn @@ -91,6 +91,7 @@ using python-like string formatting, and described in the setup options section. advertised). - `template`: Name of the template to use (if set, the `source` option is irrelevant). +- `var_*`: Any argument with a name starting with ``var_`` is transmitted to the template. For instance, if directive has argument ``var_foo=bar``, then the template will have a variable named ``foo``, and ```` will be replaced by ``bar``. ### Extensions -- 2.39.2