// Fisrt run: npx --yes marked -i README.md -o public/readme.html const fs = require('fs'); let html = fs.readFileSync('public/readme.html', 'utf8'); // replace public/banner.png with banner.png html = html.replace(/public\/banner\.png/g, 'banner.png'); const finalHtml = `