Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for a custom replace function #75

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

WVmf
Copy link

@WVmf WVmf commented Jul 27, 2017

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.

WVmf added 2 commits July 27, 2017 17:55
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)`.
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