The linkify-pattern extension only accepts one configuration option: A list of
patterns and URLs. Each pattern will be linked using the respective URL.
Patterns may contain capture groups that can be used in the URL with $1, $2
etc. The entire match is available as $0. If multiple patterns overlap, the
first match wins and all other matches will be ignored.