mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-09-19 00:59:56 +02:00
Update generate-website.js
This commit is contained in:
@@ -468,7 +468,7 @@ const generateHTML = (content) =>
|
||||
</html>
|
||||
`;
|
||||
|
||||
const processedContent = readmeContent.replace(/\[!\[.*?\]\(.*?\)\]\(.*?\)/g, '').replace(/!\[.*?\]\(.*?\)/g, '')
|
||||
const processedContent = readmeContent.replace(/\[!\[.*?\]\(.*?\)\]\(.*?\)/g, '')
|
||||
|
||||
const htmlContent = marked.use(markedAlert()).parse(processedContent, {
|
||||
gfm: true,
|
||||
|
||||
Reference in New Issue
Block a user