reps defect 42

This commit is contained in:
2025-02-03 13:16:02 +00:00
parent 5cadd05364
commit 31366f40ca
+1
View File
@@ -590,6 +590,7 @@ export const updateLinks = (jsonObj) => {
const anchor = document.createElement("a");
anchor.href = fullUrl;
anchor.textContent = match[0];
anchor.target = "_blank";
anchor.setAttribute("rel", "noopener noreferrer");
// Add the anchor tag to the node content