Reduce Docker context and fix emoji markdown rendering
This commit is contained in:
@@ -18,6 +18,8 @@ build/
|
||||
.vscode/
|
||||
.idea/
|
||||
dev-docs/
|
||||
docs/
|
||||
*.md
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
@@ -539,7 +539,7 @@ export function mdToHtml(src) {
|
||||
s = s.replace(`___CODE_BLOCK_${index}___`, block);
|
||||
});
|
||||
|
||||
return s;
|
||||
return svgifyEmoji(s);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user