Skip to content

v2.2.2

Compare
Choose a tag to compare
@daveaglick daveaglick released this 05 Mar 02:38
· 10 commits to develop since this release
94a3f1b
  • [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.