Files
discourse/frontend
Renato Atilio 715b7c7d18 FIX: avoid inline oneboxing watched words on rich editor (#37349)
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.
2026-01-28 14:00:46 -03:00
..