We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38fdae1 commit 9121452Copy full SHA for 9121452
2 files changed
src/safehtmlencode.js
@@ -540,6 +540,20 @@ function getBracketCodeJSON(inputText = "") {
540
textContent: "",
541
});
542
}
543
+ if (name == "large" && !exists) {
544
+ exists = true;
545
+
546
+ var newElm = run(true, "/large");
547
+ newElm.style = {
548
+ fontWeight: "bold",
549
+ fontSize: "30px",
550
+ };
551
+ elm.children.push(newElm);
552
+ elm.children.push({
553
+ element: "span",
554
+ textContent: "",
555
+ });
556
+ }
557
if (name == "color" && !exists) {
558
exists = true;
559
wpstatic/version.json
@@ -1 +1 @@
1
-{"timestamp":"1761138085280"}
+{"timestamp":"1761139514426"}
0 commit comments