feat(repocard): parse emojis in description (#67)

* feat: add remove_emojis option

Removes emojis in repo card description

* feat: parse emojis

* feat: rename remove_emojis to show_emojis option for consistency

* docs: update docs

Co-authored-by: anuraghazra <hazru.anurag@gmail.com>
This commit is contained in:
Mario Lubenka
2020-07-24 18:56:26 +05:30
committed by GitHub
co-authored by anuraghazra
parent 7973805cf7
commit 3a9ded0a09
4 changed files with 23 additions and 3 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ module.exports = async (req, res) => {
}
res.setHeader("Cache-Control", `public, max-age=${cacheSeconds}`);
res.send(
renderRepoCard(repoData, {
title_color,