Reduce Docker context and fix emoji markdown rendering
This commit is contained in:
@@ -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