jinja2-cli renders \n in variable expansion as literal $'\n' instead of a line feed.
As this is a breaking change, recommend querying an environment variable to control the behavior. A major version bump would allow that behavior to become the default.
jinja2-cli renders
\nin variable expansion as literal$'\n'instead of a line feed.As this is a breaking change, recommend querying an environment variable to control the behavior. A major version bump would allow that behavior to become the default.