Make the maximum match length configurable #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have a use case where I need the maximum match length to be bigger than 100 (detecting when a user types in a markdown link which can have a long URL).
What length did you end up using?
I ended up using 200.
Would just bumping up the default length to 500 work for you?
Yes, that would definitely work for the use cases I currently have!
Done in attached patch. Convention over configuration and all that (though I might come back to it if someone actually comes up with a rule that needs a match longer than 500)
Thanks, sounds good :) Would be great to have new minor release with the patch.
Done!
Pull request closed