mirror of
https://github.com/discourse/discourse.git
synced 2026-08-02 09:29:37 -05:00
Watched link words can generate `link_open` markdown-it tokens with a `linkify` `markup`. This attribute is used both to allow serialization back to markdown without the link `[]()` syntax, and also to be captured by the onebox extension to trigger a oneboxing attempt. This PR adds a test to only attempt oneboxes to `linkify` links that also happen to have a URL-like content, avoiding this edge case.