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
{{ message }}
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
Replace the token prefix and suffix parameters with a token pattern parameter providing commonly used patterns and a 'custom' option to allow to define custom prefix and suffix:
#{MyVar}# (default to minimize breaking changes)
#{MyVar}
__MyVar__
{{MyVar}}
custom
This will be a breaking change for users who have customized their pattern.
The text was updated successfully, but these errors were encountered:
Replace the token prefix and suffix parameters with a token pattern parameter providing commonly used patterns and a 'custom' option to allow to define custom prefix and suffix:
#{MyVar}#
(default to minimize breaking changes)#{MyVar}
__MyVar__
{{MyVar}}
custom
This will be a breaking change for users who have customized their pattern.
The text was updated successfully, but these errors were encountered: