blob: 7df0a2b95132e5aea5aadc3f48bf80b33b9f844c [file] [log] [blame]
.. change::
:tags: bug, lexer
:tickets: 323
Fixed parsing issue where attempting to render a single percent sign %
using an escaped percent %% would not function correctly if the escaped
percent were not the first character on a line. Note that this is a revised
version of a similar change made in Mako 1.3.1 which caused unexpected
parsing regressions, resulting in the release being yanked.
Pull request courtesy Hai Zhu.