fix: Implement \pmb via CSS text-shadow (#3505)

* Fix: Implement \pmb via CSS text-shadow

* Update screen shots

Co-authored-by: ylemkimon <y@ylem.kim>
This commit is contained in:
Ron Kok
2022-08-29 14:54:20 -07:00
committed by GitHub
parent 4d3fdd8647
commit 176552a691
9 changed files with 58 additions and 8 deletions

View File

@@ -392,6 +392,11 @@ const handleObject = (
break;
}
case "pmb": {
a11yStrings.push("bold");
break;
}
case "phantom": {
a11yStrings.push("empty space");
break;