Skip to content

Conversation

@tpluscode
Copy link

This attempts to fix a problem that JS string interpolation inside code blocks gets all replaced with the variables. It essentially replaces them with empty string everywhere unless the interpolated variable is also present in the variables file.

So, if a variable is not present, the original ${foo} is echoed

This fixes a problem that JS string interpolation inside code blocks gets all replaced with the variables. Which essentially replaces them with empty string everywhere unless the interpolated variable is also present in the variables file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant