You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using CommonSyntax, the following text won't be picked up by the regular parser: [url=http://example.com]link[/url]
The parser correctly recognize the opening shortcode, continue to getting the parameter value, then finds a /which is a marker token, then look for a closing token, doesn't find it and return false.
Using parameter delimiter like this [url="http://example.com"]link[/url] yields the expected result.