Reduce Docker context and fix emoji markdown rendering
This commit is contained in:
parent
c43c995bd2
commit
c5bbac55c4
2 changed files with 3 additions and 1 deletions
|
|
@ -18,6 +18,8 @@ build/
|
||||||
.vscode/
|
.vscode/
|
||||||
.idea/
|
.idea/
|
||||||
dev-docs/
|
dev-docs/
|
||||||
|
docs/
|
||||||
|
*.md
|
||||||
*.db
|
*.db
|
||||||
*.sqlite
|
*.sqlite
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
|
|
|
||||||
|
|
@ -539,7 +539,7 @@ export function mdToHtml(src) {
|
||||||
s = s.replace(`___CODE_BLOCK_${index}___`, block);
|
s = s.replace(`___CODE_BLOCK_${index}___`, block);
|
||||||
});
|
});
|
||||||
|
|
||||||
return s;
|
return svgifyEmoji(s);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue