Adds a 'replacer' options which can be assigned a custom function that is
used to replace unreved references with the reved ones, instead of the
default contents.split(unreved).join(reved).
This could also be a potential fix for the problem described in #47.
Adds a 'replacer' options which can be assigned a custom function that is used to replace unreved references with the reved ones, instead of the default
contents.split(unreved).join(reved)
.This could also be a potential fix for the problem described in #47.