iterative / dvc-render

Library for rendering DVC plots
http://docs.iterative.ai/dvc-render/
Apache License 2.0
6 stars 5 forks source link

Fill template anchors inside custom template strings #145

Closed mattseddon closed 1 year ago

mattseddon commented 1 year ago

Closes https://github.com/iterative/dvc-render/issues/28

This PR makes it possible for users to add anchors into strings for calculation purposes in custom templates.

Note: As this is close to a 1 line change and is non-breaking it makes more sense to split it out from #142.