Fix HTML export missing a bunch of Compound variables (#12774)

This commit is contained in:
Michael Telatynski
2024-07-15 11:33:41 +01:00
committed by GitHub
parent 38e1da5626
commit b4ef5d3cc3
8 changed files with 315 additions and 173 deletions

View File

@@ -91,6 +91,7 @@
"classnames": "^2.2.6",
"commonmark": "^0.31.0",
"counterpart": "^0.18.6",
"css-tree": "^2.3.1",
"diff-dom": "^5.0.0",
"diff-match-patch": "^1.0.5",
"emojibase-regex": "15.3.2",
@@ -167,6 +168,7 @@
"@types/commonmark": "^0.27.4",
"@types/content-type": "^1.1.5",
"@types/counterpart": "^0.18.1",
"@types/css-tree": "^2.3.8",
"@types/diff-match-patch": "^1.0.32",
"@types/escape-html": "^1.0.1",
"@types/express": "^4.17.21",