You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For jinja autoescape, mark HTML strings as safe, not needing escaping
For contexts where Jinja's autoescape is enabled, this is necessary for keeping this string working without it being escaped.
(This might become the default behavior in the next version of MkDocs)
If so, the HTML will be pasted like this into the doc:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">March 17, 2022</span>
When Jinja's autoescape is not enabled, there's no change in behavior.
0 commit comments