Adds a set of options. The strings that will match these options will be replaced in the rendered string.
eg. for this data set:
{ "key": "value" "level1": { "key": "value" } }
#{key} and #{level1.key} will be replaced
See Implementation
Adds a set of options. The strings that will match these options will be replaced in the rendered string.
eg. for this data set:
{ "key": "value" "level1": { "key": "value" } }
#{key} and #{level1.key} will be replaced