fix for marked package update
Some checks failed
Tests / unit (push) Has been cancelled
Deploy to IPFS / build (push) Has been cancelled
Deploy to IPFS / deploy-rsync (push) Has been cancelled
Deploy to IPFS / deploy-ipfs (push) Has been cancelled
Deploy to IPFS / deploy-pinata (push) Has been cancelled
Lint & Format / lint (push) Has been cancelled

This commit is contained in:
hueso
2026-06-08 18:23:27 -03:00
parent cea50bb22c
commit 8d6dc80f55

View File

@@ -22,8 +22,8 @@ const openItem = (index: number) => {
}); });
faq.value[selectedSection.value].items[index].content = marked( faq.value[selectedSection.value].items[index].content = marked(
faq.value[selectedSection.value].items[index].content, faq.value[selectedSection.value].items[index].content
); ) as string;
}; };
</script> </script>