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
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:
@@ -22,8 +22,8 @@ const openItem = (index: number) => {
|
||||
});
|
||||
|
||||
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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user