Reduce Docker context and fix emoji markdown rendering

This commit is contained in:
pewdiepie-archdaemon
2026-06-01 14:18:41 +09:00
parent c43c995bd2
commit c5bbac55c4
2 changed files with 3 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ build/
.vscode/
.idea/
dev-docs/
docs/
*.md
*.db
*.sqlite
*.sqlite3

View File

@@ -539,7 +539,7 @@ export function mdToHtml(src) {
s = s.replace(`___CODE_BLOCK_${index}___`, block);
});
return s;
return svgifyEmoji(s);
}
/**