engines that still support 2.3.
My Macros are overridden by something
-------------------------------------
+-------------------------------------
In some situations the Jinja scoping appears arbitrary:
from pygments.token import Keyword, Name, Comment, String, Error, \
Number, Operator, Generic
from jinja2 import Environment, FileSystemLoader
-from jinja2.utils import next
+from jinja2._compat import next
def parse_rst(state, content_offset, doc):
| `loop.depth` | Indicates how deep in deep in a recursive loop |
| | the rendering currently is. Starts at level 1 |
+-----------------------+---------------------------------------------------+
-| `loop.depth0 | Indicates how deep in deep in a recursive loop |
+| `loop.depth0` | Indicates how deep in deep in a recursive loop |
| | the rendering currently is. Starts at level 0 |
+-----------------------+---------------------------------------------------+