Closed oprypin closed 10 months ago
Will not be necessary, not moving forward with this change in mkdocs for the near future.
Just wanted to say I really appreciate you pushing the mkdocs ecosystem forward, and even taking the effort to contribute downstream to plugins!
From my side, it's not a problem to introduce changes that require plugins to upgrade -- if it means we can move mkdocs forward.
Thanks for all your effort!
(The previous version of this change had a mistake that was inserting Markup in the wrong place.)
Original description:
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:
When Jinja's autoescape is not enabled, there's no change in behavior.