Skip to content

Instantly share code, notes, and snippets.

@mikecmpbll
Forked from smaboshe/en.yml
Created June 26, 2014 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikecmpbll/7943730185ee150f4672 to your computer and use it in GitHub Desktop.
Save mikecmpbll/7943730185ee150f4672 to your computer and use it in GitHub Desktop.
# Variable substitution works here
foo: "The quick brown %{ animal } jumped over the lazy dog"
# Variable substitution done not work here
# Instead, "%{ animal }" gets rendered
bar: "The quick
brown %{ animal }
jumped over
the lazy dog"
# What syntax should be used in the block for the substitution to work?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment