From: Andrey Kutejko Date: Sun, 16 Jun 2013 19:13:24 +0000 (+0300) Subject: fix code markup X-Git-Tag: 0.5~233 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=737e76dede6894812bdcd49b9d01b14a6224303b;p=ipf.git fix code markup --- diff --git a/doc/template.org b/doc/template.org index 796ba82..b726f88 100644 --- a/doc/template.org +++ b/doc/template.org @@ -17,7 +17,7 @@ + =foreach_first= -- is true on first iteration and false on the rest ones. *** {assign } - Example: ={assing $v += 1}= + Example: ~{assing $v += 1}~ *** {literal} | {/literal} Literally output enclosed text. Mostly used to wrap inlined JavaScript.