mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
replacing text can work
This commit is contained in:
@@ -97,7 +97,7 @@ export function markdownToHTMLSafe({
|
||||
(acc, { source, destination }) => acc.replaceAll(source, destination),
|
||||
html
|
||||
);
|
||||
return html;
|
||||
// return html;
|
||||
return replacedHtml;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user