Browse Source

feat: 更新package.json

sunxiao 8 months ago
parent
commit
0adcf33388
1 changed files with 12 additions and 0 deletions
  1. 12 0
      package-lock.json

+ 12 - 0
package-lock.json

@@ -18,6 +18,8 @@
         "markdown-it": "^14.1.0",
         "markdown-it-link-attributes": "^4.0.1",
         "markdown-it-math": "^4.1.1",
+        "markdown-it-sub": "^2.0.0",
+        "markdown-it-sup": "^2.0.0",
         "markdown-it-texmath": "^1.0.0",
         "naive-ui": "^2.38.2",
         "pinia": "^2.1.7",
@@ -4786,6 +4788,16 @@
         "ascii2mathml": "^0.6.2"
       }
     },
+    "node_modules/markdown-it-sub": {
+      "version": "2.0.0",
+      "resolved": "https://registry.npmmirror.com/markdown-it-sub/-/markdown-it-sub-2.0.0.tgz",
+      "integrity": "sha512-iCBKgwCkfQBRg2vApy9vx1C1Tu6D8XYo8NvevI3OlwzBRmiMtsJ2sXupBgEA7PPxiDwNni3qIUkhZ6j5wofDUA=="
+    },
+    "node_modules/markdown-it-sup": {
+      "version": "2.0.0",
+      "resolved": "https://registry.npmmirror.com/markdown-it-sup/-/markdown-it-sup-2.0.0.tgz",
+      "integrity": "sha512-5VgmdKlkBd8sgXuoDoxMpiU+BiEt3I49GItBzzw7Mxq9CxvnhE/k09HFli09zgfFDRixDQDfDxi0mgBCXtaTvA=="
+    },
     "node_modules/markdown-it-texmath": {
       "version": "1.0.0",
       "resolved": "https://registry.npmmirror.com/markdown-it-texmath/-/markdown-it-texmath-1.0.0.tgz",