diff --git a/components/Twemoji.vue b/components/Twemoji.vue
index 3ddee893..5238c175 100644
--- a/components/Twemoji.vue
+++ b/components/Twemoji.vue
@@ -1,40 +1,34 @@
-
-
-
{census_groups}<\/p>(.+?)
{\/census_groups}<\/p>/gms, mainPlusDetails(census_groups, false)) .replace(/
{census_comparisons}<\/p>(.+?)
{\/census_comparisons}<\/p>/gms, mainPlusDetails(census_comparisons, true)) .replace(/{json=([^=}]+)=([^=}]+)}/g, fetchJson) - .replace(/
{twemoji}<\/p>(.+?)
{\/twemoji}<\/p>/gms, (_, c) => c) // twemoji.parse(c) + .replace(/
{twemoji}<\/p>(.+?)
{\/twemoji}<\/p>/gms, (_, c) => twemoji.parse(c)) + '' ; content = content.replace(/{table_of_contents}/g, generateToC(content));