This commit is contained in:
2025-06-30 17:55:41 +00:00
parent 6807c632da
commit bcf8591719
2 changed files with 109 additions and 1 deletions

View File

@@ -143,7 +143,6 @@ const ResourcePage = ({ topics }) => {
const htmlContent = useMemo(() => {
let fileContent = content || "**No Data!**";
fileContent = marked.parse(fileContent);
console.log({ content, fileContent });
fileContent = `
<!DOCTYPE html>