From 84b174f3fcc50646e201635de29589ce5b8d1aaa Mon Sep 17 00:00:00 2001 From: Anton Petnitsky <168552591+Mukller@users.noreply.github.com> Date: Wed, 29 Jul 2026 16:27:58 +0300 Subject: [PATCH] fix(render_helpers): guard against .tld false positives in linkify (#817) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The linkify regex has a leading optional group that may match zero characters (the `\.*` branch for relative references). When it matches zero characters, the negative lookbehind `(?