From: David Lord Date: Thu, 18 Jan 2018 16:56:55 +0000 (-0800) Subject: fix code block markup X-Git-Tag: 2.11.0~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f60059729fb4a49bfa32780844047b631941669;p=thirdparty%2Fjinja.git fix code block markup closes #800 --- diff --git a/docs/templates.rst b/docs/templates.rst index d10d5e67..266da614 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -1309,7 +1309,7 @@ The general syntax is `` if else ``. The `else` part is optional. If not provided, the else block implicitly -evaluates into an undefined object:: +evaluates into an undefined object: .. sourcecode:: jinja