javascript(quizizz-hack): feat: removed yet another tag
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
d886691a80
commit
e16300d0a0
|
@ -1,6 +1,6 @@
|
||||||
import { render, html } from "https://cdn.skypack.dev/lit-html";
|
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) {
|
function removeTags(input) {
|
||||||
let copy = input.replace('"', '\\"');
|
let copy = input.replace('"', '\\"');
|
||||||
|
|
Loading…
Reference in a new issue