From 01af17832383f69c46ece1545c842d403ae9bd45 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Fri, 21 Jun 2019 13:25:28 -0700 Subject: [PATCH] Correct syntax highlighting of jinja block in docs --- docs/templates.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/templates.rst b/docs/templates.rst index cb20ba2c..6d3bf367 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -1350,9 +1350,7 @@ The general syntax is `` if else ``. The `else` part is optional. If not provided, the else block implicitly -evaluates into an undefined object: - -.. code-block:: text +evaluates into an undefined object:: {{ ('[%s]' % page.title) if page.title }} -- 2.47.2