Linkify better?

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4834 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2024-02-09 02:05:49 +00:00
parent ed2d57fb4b
commit 14de3dd9e5
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ function splitMatches(text, regexp) {
return result;
}
const regex = new RegExp("(?<!\w)#[\\w-]+");
const regex = new RegExp("(?<!\\w)#[\\w-]+");
function split(textNodes) {
const text = textNodes.map(n => n.literal).join("");