replacing text can work

This commit is contained in:
2025-08-21 08:38:48 -06:00
parent e07a12f622
commit 224cc9cd2a
2 changed files with 50 additions and 1 deletions

View File

@@ -97,7 +97,7 @@ export function markdownToHTMLSafe({
(acc, { source, destination }) => acc.replaceAll(source, destination),
html
);
return html;
// return html;
return replacedHtml;
}