diff --git a/javascript/quizizz-hack/entry.js b/javascript/quizizz-hack/entry.js
index 6fc218e..d472c75 100644
--- a/javascript/quizizz-hack/entry.js
+++ b/javascript/quizizz-hack/entry.js
@@ -1,6 +1,6 @@
 import { render, html } from "https://cdn.skypack.dev/lit-html";
 
-const tags = ["p", "strong", "em", "sub", "sup", "span", "br"];
+const tags = ["p", "strong", "em", "sub", "sup", "span", "br", "sub"];
 
 function removeTags(input) {
   let copy = input.replace('"', '\\"');