Jake B.
Well-known member
- Affected version
- 2.1.X
When using
However, the following is not caught:
Additionally, any tags which are converted by the
addTagHook to catch URL tags the following examples are caught and passed properly:[URL unfurl="true"]http://domain.com/uri[/URL][URL="http://domain.com/uri"]http://domain.com/uri[/URL][URL="http://domain.com/uri"]Text[/URL]However, the following is not caught:
[URL]http://domain.com/uri[/URL]Additionally, any tags which are converted by the
AutoLink ProcessorAction do not get passed into a url hook - but I think I can work around this by extending the AutoLink processor action.