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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[Feature] The Include shortcode now tracks what file it's been called from (including nested includes) and attempts to first resolve includes relative to the current file
[Feature] Shortcodes are now evaluated recursively and can be nested (but must use the same pre vs. post rendering delimiter as their parent)
[Feature] Shortcodes can now be evaluated before rendering with the <?! ... /?> syntax as well as after rendering with the existing <?# ... /?> syntax
[Fix] Temporary workaround for shortcodes not working under certain conditions after HTML processing (#784)