Wyam v2.2.2 Release Notes

Release Date: 2020-03-05 // about 4 years ago
    • [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)

    👀 Please see https://wyam.io/docs/usage/obtaining for important notes about downloading and installing.