- Stable
3.0.0
Toggle Menu
Eleventy
1.93s
Astro
22.90s
renderTransforms
Universal Filter
Added in v3.0.0It’s unlikely you’ll need to use this filter!
Transforms are applied for you automatically as part of Eleventy’s pipeline. However, (as an example) transforms limited to html
files are not applied in other contexts (e.g. an RSS .xml
, Atom .xml
, or JSON feed .json
).
The renderTransforms
filter is used in the RSS plugin (v2.0 or newer). You can find sample usage of this filter on the RSS plugin feed examples.
More background at GitHub issue #3294.
← Back to Filters documentation.