diff options
| -rw-r--r-- | extension/react-app/package-lock.json | 1473 | ||||
| -rw-r--r-- | extension/react-app/package.json | 2 | ||||
| -rw-r--r-- | extension/react-app/src/components/StepContainer.tsx | 71 | 
3 files changed, 1505 insertions, 41 deletions
| diff --git a/extension/react-app/package-lock.json b/extension/react-app/package-lock.json index 7316581d..13e02e86 100644 --- a/extension/react-app/package-lock.json +++ b/extension/react-app/package-lock.json @@ -11,12 +11,12 @@          "@styled-icons/heroicons-outline": "^10.47.0",          "@styled-icons/heroicons-solid": "^10.47.0",          "@types/vscode-webview": "^1.57.1", +        "@uiw/react-markdown-preview": "^4.1.13",          "downshift": "^7.6.0",          "posthog-js": "^1.58.0",          "prismjs": "^1.29.0",          "react": "^18.2.0",          "react-dom": "^18.2.0", -        "react-markdown": "^8.0.5",          "react-redux": "^8.0.5",          "react-switch": "^7.0.0",          "react-syntax-highlighter": "^15.5.0", @@ -963,6 +963,16 @@        "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz",        "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="      }, +    "node_modules/@types/parse5": { +      "version": "6.0.3", +      "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-6.0.3.tgz", +      "integrity": "sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==" +    }, +    "node_modules/@types/prismjs": { +      "version": "1.26.0", +      "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.0.tgz", +      "integrity": "sha512-ZTaqn/qSqUuAq1YwvOFQfVW1AR/oQJlLSZVustdjwI+GZ8kr0MSHBj0tsXPW1EqHubx50gtBEjbPGsdZwQwCjQ==" +    },      "node_modules/@types/prop-types": {        "version": "15.7.5",        "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", @@ -1027,6 +1037,34 @@        "resolved": "https://registry.npmjs.org/@types/vscode-webview/-/vscode-webview-1.57.1.tgz",        "integrity": "sha512-ghW5SfuDmsGDS2A4xkvGsLwDRNc3Vj5rS6rPOyPm/IryZuf3wceZKxgYaUoW+k9f0f/CB7y2c1rRsdOWZWn0PQ=="      }, +    "node_modules/@uiw/copy-to-clipboard": { +      "version": "1.0.15", +      "resolved": "https://registry.npmjs.org/@uiw/copy-to-clipboard/-/copy-to-clipboard-1.0.15.tgz", +      "integrity": "sha512-1bbGZ3T+SGmA07BoVPK4UCUDcowDN/moctviJGQexfOc9qL8TMLDQPr7mTPvDKhgJkgnlKkAQNFU8PiarIi9sQ==" +    }, +    "node_modules/@uiw/react-markdown-preview": { +      "version": "4.1.13", +      "resolved": "https://registry.npmjs.org/@uiw/react-markdown-preview/-/react-markdown-preview-4.1.13.tgz", +      "integrity": "sha512-fmIGvBpK6HJyDFf7EokjZSIS0713Bq5KwhOsZ8IkbCMYDcDThFlmMkTTqyzGjL3phrkP9ED5O63WSILzefqe6A==", +      "dependencies": { +        "@babel/runtime": "^7.17.2", +        "@uiw/copy-to-clipboard": "~1.0.12", +        "react-markdown": "~8.0.0", +        "rehype-attr": "~2.1.0", +        "rehype-autolink-headings": "~6.1.1", +        "rehype-ignore": "^1.0.1", +        "rehype-prism-plus": "~1.5.0", +        "rehype-raw": "^6.1.1", +        "rehype-rewrite": "~3.0.6", +        "rehype-slug": "~5.1.0", +        "remark-gfm": "~3.0.1", +        "unist-util-visit": "^4.1.0" +      }, +      "peerDependencies": { +        "react": ">=16.8.0", +        "react-dom": ">=16.8.0" +      } +    },      "node_modules/@vitejs/plugin-react-swc": {        "version": "3.2.0",        "resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.2.0.tgz", @@ -1163,6 +1201,15 @@          "url": "https://github.com/sponsors/wooorm"        }      }, +    "node_modules/bcp-47-match": { +      "version": "2.0.3", +      "resolved": "https://registry.npmjs.org/bcp-47-match/-/bcp-47-match-2.0.3.tgz", +      "integrity": "sha512-JtTezzbAibu8G0R9op9zb3vcWZd9JF6M0xOYGPn0fNCd7wOpRB1mU2mH9T8gaBGbAAyIIVgB2G7xG0GP98zMAQ==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    },      "node_modules/binary-extensions": {        "version": "2.2.0",        "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", @@ -1172,6 +1219,11 @@          "node": ">=8"        }      }, +    "node_modules/boolbase": { +      "version": "1.0.0", +      "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", +      "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" +    },      "node_modules/braces": {        "version": "3.0.2",        "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", @@ -1245,6 +1297,15 @@          }        ]      }, +    "node_modules/ccount": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", +      "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    },      "node_modules/chalk": {        "version": "2.4.2",        "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", @@ -1370,6 +1431,11 @@          "node": ">=4"        }      }, +    "node_modules/css-selector-parser": { +      "version": "1.4.1", +      "resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-1.4.1.tgz", +      "integrity": "sha512-HYPSb7y/Z7BNDCOrakL4raGO2zltZkbeXyAd6Tg9obzix6QhzxCotdBl6VT0Dv4vZfJGVz3WL/xaEI9Ly3ul0g==" +    },      "node_modules/css-to-react-native": {        "version": "3.2.0",        "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz", @@ -1473,6 +1539,18 @@          "node": ">=0.3.1"        }      }, +    "node_modules/direction": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/direction/-/direction-2.0.1.tgz", +      "integrity": "sha512-9S6m9Sukh1cZNknO1CWAr2QAWsbKLafQiyM5gZ7VgXHeuaoUwffKN4q6NC4A/Mf9iiPlOXQEKW/Mv/mh9/3YFA==", +      "bin": { +        "direction": "cli.js" +      }, +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    },      "node_modules/dlv": {        "version": "1.1.3",        "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", @@ -1684,6 +1762,11 @@        "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",        "dev": true      }, +    "node_modules/github-slugger": { +      "version": "2.0.0", +      "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", +      "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==" +    },      "node_modules/glob-parent": {        "version": "6.0.2",        "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", @@ -1729,6 +1812,86 @@          "node": ">=4"        }      }, +    "node_modules/hast-util-from-parse5": { +      "version": "7.1.2", +      "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-7.1.2.tgz", +      "integrity": "sha512-Nz7FfPBuljzsN3tCQ4kCBKqdNhQE2l0Tn+X1ubgKBPRoiDIu1mL08Cfw4k7q71+Duyaw7DXDN+VTAp4Vh3oCOw==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "@types/unist": "^2.0.0", +        "hastscript": "^7.0.0", +        "property-information": "^6.0.0", +        "vfile": "^5.0.0", +        "vfile-location": "^4.0.0", +        "web-namespaces": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/hast-util-from-parse5/node_modules/hast-util-parse-selector": { +      "version": "3.1.1", +      "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-3.1.1.tgz", +      "integrity": "sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==", +      "dependencies": { +        "@types/hast": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/hast-util-from-parse5/node_modules/hastscript": { +      "version": "7.2.0", +      "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-7.2.0.tgz", +      "integrity": "sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "comma-separated-tokens": "^2.0.0", +        "hast-util-parse-selector": "^3.0.0", +        "property-information": "^6.0.0", +        "space-separated-tokens": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/hast-util-has-property": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-2.0.1.tgz", +      "integrity": "sha512-X2+RwZIMTMKpXUzlotatPzWj8bspCymtXH3cfG3iQKV+wPF53Vgaqxi/eLqGck0wKq1kS9nvoB1wchbCPEL8sg==", +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/hast-util-heading-rank": { +      "version": "2.1.1", +      "resolved": "https://registry.npmjs.org/hast-util-heading-rank/-/hast-util-heading-rank-2.1.1.tgz", +      "integrity": "sha512-iAuRp+ESgJoRFJbSyaqsfvJDY6zzmFoEnL1gtz1+U8gKtGGj1p0CVlysuUAUjq95qlZESHINLThwJzNGmgGZxA==", +      "dependencies": { +        "@types/hast": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/hast-util-is-element": { +      "version": "2.1.3", +      "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-2.1.3.tgz", +      "integrity": "sha512-O1bKah6mhgEq2WtVMk+Ta5K7pPMqsBBlmzysLdcwKVrqzZQ0CHqUPiIVspNhAG1rvxpvJjtGee17XfauZYKqVA==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "@types/unist": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    },      "node_modules/hast-util-parse-selector": {        "version": "2.2.5",        "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz", @@ -1738,6 +1901,83 @@          "url": "https://opencollective.com/unified"        }      }, +    "node_modules/hast-util-raw": { +      "version": "7.2.3", +      "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-7.2.3.tgz", +      "integrity": "sha512-RujVQfVsOrxzPOPSzZFiwofMArbQke6DJjnFfceiEbFh7S05CbPt0cYN+A5YeD3pso0JQk6O1aHBnx9+Pm2uqg==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "@types/parse5": "^6.0.0", +        "hast-util-from-parse5": "^7.0.0", +        "hast-util-to-parse5": "^7.0.0", +        "html-void-elements": "^2.0.0", +        "parse5": "^6.0.0", +        "unist-util-position": "^4.0.0", +        "unist-util-visit": "^4.0.0", +        "vfile": "^5.0.0", +        "web-namespaces": "^2.0.0", +        "zwitch": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/hast-util-select": { +      "version": "5.0.5", +      "resolved": "https://registry.npmjs.org/hast-util-select/-/hast-util-select-5.0.5.tgz", +      "integrity": "sha512-QQhWMhgTFRhCaQdgTKzZ5g31GLQ9qRb1hZtDPMqQaOhpLBziWcshUS0uCR5IJ0U1jrK/mxg35fmcq+Dp/Cy2Aw==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "@types/unist": "^2.0.0", +        "bcp-47-match": "^2.0.0", +        "comma-separated-tokens": "^2.0.0", +        "css-selector-parser": "^1.0.0", +        "direction": "^2.0.0", +        "hast-util-has-property": "^2.0.0", +        "hast-util-to-string": "^2.0.0", +        "hast-util-whitespace": "^2.0.0", +        "not": "^0.1.0", +        "nth-check": "^2.0.0", +        "property-information": "^6.0.0", +        "space-separated-tokens": "^2.0.0", +        "unist-util-visit": "^4.0.0", +        "zwitch": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/hast-util-to-parse5": { +      "version": "7.1.0", +      "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-7.1.0.tgz", +      "integrity": "sha512-YNRgAJkH2Jky5ySkIqFXTQiaqcAtJyVE+D5lkN6CdtOqrnkLfGYYrEcKuHOJZlp+MwjSwuD3fZuawI+sic/RBw==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "comma-separated-tokens": "^2.0.0", +        "property-information": "^6.0.0", +        "space-separated-tokens": "^2.0.0", +        "web-namespaces": "^2.0.0", +        "zwitch": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/hast-util-to-string": { +      "version": "2.0.0", +      "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-2.0.0.tgz", +      "integrity": "sha512-02AQ3vLhuH3FisaMM+i/9sm4OXGSq1UhOOCpTLLQtHdL3tZt7qil69r8M8iDkZYyC0HCFylcYoP+8IO7ddta1A==", +      "dependencies": { +        "@types/hast": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    },      "node_modules/hast-util-whitespace": {        "version": "2.0.1",        "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-2.0.1.tgz", @@ -1814,6 +2054,15 @@        "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",        "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="      }, +    "node_modules/html-void-elements": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-2.0.1.tgz", +      "integrity": "sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    },      "node_modules/inline-style-parser": {        "version": "0.1.1",        "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", @@ -1995,6 +2244,15 @@        "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",        "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="      }, +    "node_modules/longest-streak": { +      "version": "3.1.0", +      "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", +      "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    },      "node_modules/loose-envify": {        "version": "1.4.0",        "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", @@ -2019,6 +2277,15 @@          "url": "https://github.com/sponsors/wooorm"        }      }, +    "node_modules/markdown-table": { +      "version": "3.0.3", +      "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.3.tgz", +      "integrity": "sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    },      "node_modules/mdast-util-definitions": {        "version": "5.1.2",        "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-5.1.2.tgz", @@ -2033,6 +2300,32 @@          "url": "https://opencollective.com/unified"        }      }, +    "node_modules/mdast-util-find-and-replace": { +      "version": "2.2.2", +      "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-2.2.2.tgz", +      "integrity": "sha512-MTtdFRz/eMDHXzeK6W3dO7mXUlF82Gom4y0oOgvHhh/HXZAGvIQDUvQ0SuUx+j2tv44b8xTHOm8K/9OoRFnXKw==", +      "dependencies": { +        "@types/mdast": "^3.0.0", +        "escape-string-regexp": "^5.0.0", +        "unist-util-is": "^5.0.0", +        "unist-util-visit-parents": "^5.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": { +      "version": "5.0.0", +      "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", +      "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", +      "engines": { +        "node": ">=12" +      }, +      "funding": { +        "url": "https://github.com/sponsors/sindresorhus" +      } +    },      "node_modules/mdast-util-from-markdown": {        "version": "1.3.0",        "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.0.tgz", @@ -2056,6 +2349,107 @@          "url": "https://opencollective.com/unified"        }      }, +    "node_modules/mdast-util-gfm": { +      "version": "2.0.2", +      "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-2.0.2.tgz", +      "integrity": "sha512-qvZ608nBppZ4icQlhQQIAdc6S3Ffj9RGmzwUKUWuEICFnd1LVkN3EktF7ZHAgfcEdvZB5owU9tQgt99e2TlLjg==", +      "dependencies": { +        "mdast-util-from-markdown": "^1.0.0", +        "mdast-util-gfm-autolink-literal": "^1.0.0", +        "mdast-util-gfm-footnote": "^1.0.0", +        "mdast-util-gfm-strikethrough": "^1.0.0", +        "mdast-util-gfm-table": "^1.0.0", +        "mdast-util-gfm-task-list-item": "^1.0.0", +        "mdast-util-to-markdown": "^1.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/mdast-util-gfm-autolink-literal": { +      "version": "1.0.3", +      "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-1.0.3.tgz", +      "integrity": "sha512-My8KJ57FYEy2W2LyNom4n3E7hKTuQk/0SES0u16tjA9Z3oFkF4RrC/hPAPgjlSpezsOvI8ObcXcElo92wn5IGA==", +      "dependencies": { +        "@types/mdast": "^3.0.0", +        "ccount": "^2.0.0", +        "mdast-util-find-and-replace": "^2.0.0", +        "micromark-util-character": "^1.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/mdast-util-gfm-footnote": { +      "version": "1.0.2", +      "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-1.0.2.tgz", +      "integrity": "sha512-56D19KOGbE00uKVj3sgIykpwKL179QsVFwx/DCW0u/0+URsryacI4MAdNJl0dh+u2PSsD9FtxPFbHCzJ78qJFQ==", +      "dependencies": { +        "@types/mdast": "^3.0.0", +        "mdast-util-to-markdown": "^1.3.0", +        "micromark-util-normalize-identifier": "^1.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/mdast-util-gfm-strikethrough": { +      "version": "1.0.3", +      "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-1.0.3.tgz", +      "integrity": "sha512-DAPhYzTYrRcXdMjUtUjKvW9z/FNAMTdU0ORyMcbmkwYNbKocDpdk+PX1L1dQgOID/+vVs1uBQ7ElrBQfZ0cuiQ==", +      "dependencies": { +        "@types/mdast": "^3.0.0", +        "mdast-util-to-markdown": "^1.3.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/mdast-util-gfm-table": { +      "version": "1.0.7", +      "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-1.0.7.tgz", +      "integrity": "sha512-jjcpmNnQvrmN5Vx7y7lEc2iIOEytYv7rTvu+MeyAsSHTASGCCRA79Igg2uKssgOs1i1po8s3plW0sTu1wkkLGg==", +      "dependencies": { +        "@types/mdast": "^3.0.0", +        "markdown-table": "^3.0.0", +        "mdast-util-from-markdown": "^1.0.0", +        "mdast-util-to-markdown": "^1.3.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/mdast-util-gfm-task-list-item": { +      "version": "1.0.2", +      "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-1.0.2.tgz", +      "integrity": "sha512-PFTA1gzfp1B1UaiJVyhJZA1rm0+Tzn690frc/L8vNX1Jop4STZgOE6bxUhnzdVSB+vm2GU1tIsuQcA9bxTQpMQ==", +      "dependencies": { +        "@types/mdast": "^3.0.0", +        "mdast-util-to-markdown": "^1.3.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/mdast-util-phrasing": { +      "version": "3.0.1", +      "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-3.0.1.tgz", +      "integrity": "sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==", +      "dependencies": { +        "@types/mdast": "^3.0.0", +        "unist-util-is": "^5.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    },      "node_modules/mdast-util-to-hast": {        "version": "12.3.0",        "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.3.0.tgz", @@ -2075,6 +2469,25 @@          "url": "https://opencollective.com/unified"        }      }, +    "node_modules/mdast-util-to-markdown": { +      "version": "1.5.0", +      "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-1.5.0.tgz", +      "integrity": "sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==", +      "dependencies": { +        "@types/mdast": "^3.0.0", +        "@types/unist": "^2.0.0", +        "longest-streak": "^3.0.0", +        "mdast-util-phrasing": "^3.0.0", +        "mdast-util-to-string": "^3.0.0", +        "micromark-util-decode-string": "^1.0.0", +        "unist-util-visit": "^4.0.0", +        "zwitch": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    },      "node_modules/mdast-util-to-string": {        "version": "3.1.1",        "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.1.1.tgz", @@ -2163,6 +2576,120 @@          "uvu": "^0.5.0"        }      }, +    "node_modules/micromark-extension-gfm": { +      "version": "2.0.3", +      "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-2.0.3.tgz", +      "integrity": "sha512-vb9OoHqrhCmbRidQv/2+Bc6pkP0FrtlhurxZofvOEy5o8RtuuvTq+RQ1Vw5ZDNrVraQZu3HixESqbG+0iKk/MQ==", +      "dependencies": { +        "micromark-extension-gfm-autolink-literal": "^1.0.0", +        "micromark-extension-gfm-footnote": "^1.0.0", +        "micromark-extension-gfm-strikethrough": "^1.0.0", +        "micromark-extension-gfm-table": "^1.0.0", +        "micromark-extension-gfm-tagfilter": "^1.0.0", +        "micromark-extension-gfm-task-list-item": "^1.0.0", +        "micromark-util-combine-extensions": "^1.0.0", +        "micromark-util-types": "^1.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/micromark-extension-gfm-autolink-literal": { +      "version": "1.0.5", +      "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-1.0.5.tgz", +      "integrity": "sha512-z3wJSLrDf8kRDOh2qBtoTRD53vJ+CWIyo7uyZuxf/JAbNJjiHsOpG1y5wxk8drtv3ETAHutCu6N3thkOOgueWg==", +      "dependencies": { +        "micromark-util-character": "^1.0.0", +        "micromark-util-sanitize-uri": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/micromark-extension-gfm-footnote": { +      "version": "1.1.2", +      "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-1.1.2.tgz", +      "integrity": "sha512-Yxn7z7SxgyGWRNa4wzf8AhYYWNrwl5q1Z8ii+CSTTIqVkmGZF1CElX2JI8g5yGoM3GAman9/PVCUFUSJ0kB/8Q==", +      "dependencies": { +        "micromark-core-commonmark": "^1.0.0", +        "micromark-factory-space": "^1.0.0", +        "micromark-util-character": "^1.0.0", +        "micromark-util-normalize-identifier": "^1.0.0", +        "micromark-util-sanitize-uri": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0", +        "uvu": "^0.5.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/micromark-extension-gfm-strikethrough": { +      "version": "1.0.7", +      "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-1.0.7.tgz", +      "integrity": "sha512-sX0FawVE1o3abGk3vRjOH50L5TTLr3b5XMqnP9YDRb34M0v5OoZhG+OHFz1OffZ9dlwgpTBKaT4XW/AsUVnSDw==", +      "dependencies": { +        "micromark-util-chunked": "^1.0.0", +        "micromark-util-classify-character": "^1.0.0", +        "micromark-util-resolve-all": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0", +        "uvu": "^0.5.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/micromark-extension-gfm-table": { +      "version": "1.0.7", +      "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-1.0.7.tgz", +      "integrity": "sha512-3ZORTHtcSnMQEKtAOsBQ9/oHp9096pI/UvdPtN7ehKvrmZZ2+bbWhi0ln+I9drmwXMt5boocn6OlwQzNXeVeqw==", +      "dependencies": { +        "micromark-factory-space": "^1.0.0", +        "micromark-util-character": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0", +        "uvu": "^0.5.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/micromark-extension-gfm-tagfilter": { +      "version": "1.0.2", +      "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-1.0.2.tgz", +      "integrity": "sha512-5XWB9GbAUSHTn8VPU8/1DBXMuKYT5uOgEjJb8gN3mW0PNW5OPHpSdojoqf+iq1xo7vWzw/P8bAHY0n6ijpXF7g==", +      "dependencies": { +        "micromark-util-types": "^1.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/micromark-extension-gfm-task-list-item": { +      "version": "1.0.5", +      "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-1.0.5.tgz", +      "integrity": "sha512-RMFXl2uQ0pNQy6Lun2YBYT9g9INXtWJULgbt01D/x8/6yJ2qpKyzdZD3pi6UIkzF++Da49xAelVKUeUMqd5eIQ==", +      "dependencies": { +        "micromark-factory-space": "^1.0.0", +        "micromark-util-character": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0", +        "uvu": "^0.5.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    },      "node_modules/micromark-factory-destination": {        "version": "1.0.0",        "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-1.0.0.tgz", @@ -2589,6 +3116,22 @@          "node": ">=0.10.0"        }      }, +    "node_modules/not": { +      "version": "0.1.0", +      "resolved": "https://registry.npmjs.org/not/-/not-0.1.0.tgz", +      "integrity": "sha512-5PDmaAsVfnWUgTUbJ3ERwn7u79Z0dYxN9ErxCpVJJqe2RK0PJ3z+iFUxuqjwtlDDegXvtWoxD/3Fzxox7tFGWA==" +    }, +    "node_modules/nth-check": { +      "version": "2.1.1", +      "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", +      "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", +      "dependencies": { +        "boolbase": "^1.0.0" +      }, +      "funding": { +        "url": "https://github.com/fb55/nth-check?sponsor=1" +      } +    },      "node_modules/object-assign": {        "version": "4.1.1",        "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", @@ -2632,6 +3175,16 @@          "url": "https://github.com/sponsors/wooorm"        }      }, +    "node_modules/parse-numeric-range": { +      "version": "1.3.0", +      "resolved": "https://registry.npmjs.org/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz", +      "integrity": "sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==" +    }, +    "node_modules/parse5": { +      "version": "6.0.1", +      "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", +      "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" +    },      "node_modules/path-parse": {        "version": "1.0.7",        "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", @@ -3047,6 +3600,257 @@        "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",        "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg=="      }, +    "node_modules/rehype-attr": { +      "version": "2.1.4", +      "resolved": "https://registry.npmjs.org/rehype-attr/-/rehype-attr-2.1.4.tgz", +      "integrity": "sha512-iAeaL5JyF4XxkcvWzpi/0SAF7iV7qOTaHS56tJuEsXziQc3+PEmMn65kV8OFgbO9mRVY7J1fRC/aLvot1PsNkg==", +      "dependencies": { +        "unified": "~10.1.1", +        "unist-util-visit": "~4.1.0" +      }, +      "engines": { +        "node": "^12.20.0 || ^14.13.1 || >=16.0.0" +      } +    }, +    "node_modules/rehype-autolink-headings": { +      "version": "6.1.1", +      "resolved": "https://registry.npmjs.org/rehype-autolink-headings/-/rehype-autolink-headings-6.1.1.tgz", +      "integrity": "sha512-NMYzZIsHM3sA14nC5rAFuUPIOfg+DFmf9EY1YMhaNlB7+3kK/ZlE6kqPfuxr1tsJ1XWkTrMtMoyHosU70d35mA==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "extend": "^3.0.0", +        "hast-util-has-property": "^2.0.0", +        "hast-util-heading-rank": "^2.0.0", +        "hast-util-is-element": "^2.0.0", +        "unified": "^10.0.0", +        "unist-util-visit": "^4.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/rehype-ignore": { +      "version": "1.0.5", +      "resolved": "https://registry.npmjs.org/rehype-ignore/-/rehype-ignore-1.0.5.tgz", +      "integrity": "sha512-JQXS5eDwXaYKwB8JEYFJJA/YvGi0sSNUOYuiURMtuPTg8tuWHFB91JMYLbImH1FyvyGQM4fIBqNMAPB50WR2Bw==", +      "dependencies": { +        "hast-util-select": "^5.0.5", +        "unified": "^10.1.2", +        "unist-util-visit": "^4.1.2" +      }, +      "engines": { +        "node": "^14.13.1 || >=16.0.0" +      } +    }, +    "node_modules/rehype-parse": { +      "version": "8.0.4", +      "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-8.0.4.tgz", +      "integrity": "sha512-MJJKONunHjoTh4kc3dsM1v3C9kGrrxvA3U8PxZlP2SjH8RNUSrb+lF7Y0KVaUDnGH2QZ5vAn7ulkiajM9ifuqg==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "hast-util-from-parse5": "^7.0.0", +        "parse5": "^6.0.0", +        "unified": "^10.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/rehype-prism-plus": { +      "version": "1.5.1", +      "resolved": "https://registry.npmjs.org/rehype-prism-plus/-/rehype-prism-plus-1.5.1.tgz", +      "integrity": "sha512-mowYefSfrIkMMxkb0fwuEXlvc5nA9b1vQ6mzujM81Qx28RI0mo7jCHsBZ2tJ4eIJKXdFn+EdPkZZBGB10K02vg==", +      "dependencies": { +        "hast-util-to-string": "^2.0.0", +        "parse-numeric-range": "^1.3.0", +        "refractor": "^4.7.0", +        "rehype-parse": "^8.0.2", +        "unist-util-filter": "^4.0.0", +        "unist-util-visit": "^4.0.0" +      } +    }, +    "node_modules/rehype-prism-plus/node_modules/character-entities-legacy": { +      "version": "3.0.0", +      "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", +      "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/rehype-prism-plus/node_modules/character-reference-invalid": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", +      "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/rehype-prism-plus/node_modules/hast-util-parse-selector": { +      "version": "3.1.1", +      "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-3.1.1.tgz", +      "integrity": "sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==", +      "dependencies": { +        "@types/hast": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/rehype-prism-plus/node_modules/hastscript": { +      "version": "7.2.0", +      "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-7.2.0.tgz", +      "integrity": "sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "comma-separated-tokens": "^2.0.0", +        "hast-util-parse-selector": "^3.0.0", +        "property-information": "^6.0.0", +        "space-separated-tokens": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/rehype-prism-plus/node_modules/is-alphabetical": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", +      "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/rehype-prism-plus/node_modules/is-alphanumerical": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", +      "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", +      "dependencies": { +        "is-alphabetical": "^2.0.0", +        "is-decimal": "^2.0.0" +      }, +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/rehype-prism-plus/node_modules/is-decimal": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", +      "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/rehype-prism-plus/node_modules/is-hexadecimal": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", +      "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/rehype-prism-plus/node_modules/parse-entities": { +      "version": "4.0.1", +      "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.1.tgz", +      "integrity": "sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==", +      "dependencies": { +        "@types/unist": "^2.0.0", +        "character-entities": "^2.0.0", +        "character-entities-legacy": "^3.0.0", +        "character-reference-invalid": "^2.0.0", +        "decode-named-character-reference": "^1.0.0", +        "is-alphanumerical": "^2.0.0", +        "is-decimal": "^2.0.0", +        "is-hexadecimal": "^2.0.0" +      }, +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/rehype-prism-plus/node_modules/refractor": { +      "version": "4.8.1", +      "resolved": "https://registry.npmjs.org/refractor/-/refractor-4.8.1.tgz", +      "integrity": "sha512-/fk5sI0iTgFYlmVGYVew90AoYnNMP6pooClx/XKqyeeCQXrL0Kvgn8V0VEht5ccdljbzzF1i3Q213gcntkRExg==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "@types/prismjs": "^1.0.0", +        "hastscript": "^7.0.0", +        "parse-entities": "^4.0.0" +      }, +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/rehype-raw": { +      "version": "6.1.1", +      "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-6.1.1.tgz", +      "integrity": "sha512-d6AKtisSRtDRX4aSPsJGTfnzrX2ZkHQLE5kiUuGOeEoLpbEulFF4hj0mLPbsa+7vmguDKOVVEQdHKDSwoaIDsQ==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "hast-util-raw": "^7.2.0", +        "unified": "^10.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/rehype-rewrite": { +      "version": "3.0.6", +      "resolved": "https://registry.npmjs.org/rehype-rewrite/-/rehype-rewrite-3.0.6.tgz", +      "integrity": "sha512-REDTNCvsKcAazy8IQWzKp66AhSUDSOIKssSCqNqCcT9sN7JCwAAm3mWGTUdUzq80ABuy8d0D6RBwbnewu1aY1g==", +      "dependencies": { +        "hast-util-select": "~5.0.1", +        "unified": "~10.1.1", +        "unist-util-visit": "~4.1.0" +      }, +      "engines": { +        "node": "^12.20.0 || ^14.13.1 || >=16.0.0" +      } +    }, +    "node_modules/rehype-slug": { +      "version": "5.1.0", +      "resolved": "https://registry.npmjs.org/rehype-slug/-/rehype-slug-5.1.0.tgz", +      "integrity": "sha512-Gf91dJoXneiorNEnn+Phx97CO7oRMrpi+6r155tTxzGuLtm+QrI4cTwCa9e1rtePdL4i9tSO58PeSS6HWfgsiw==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "github-slugger": "^2.0.0", +        "hast-util-has-property": "^2.0.0", +        "hast-util-heading-rank": "^2.0.0", +        "hast-util-to-string": "^2.0.0", +        "unified": "^10.0.0", +        "unist-util-visit": "^4.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/remark-gfm": { +      "version": "3.0.1", +      "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz", +      "integrity": "sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==", +      "dependencies": { +        "@types/mdast": "^3.0.0", +        "mdast-util-gfm": "^2.0.0", +        "micromark-extension-gfm": "^2.0.0", +        "unified": "^10.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    },      "node_modules/remark-parse": {        "version": "10.0.1",        "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-10.0.1.tgz", @@ -3365,6 +4169,16 @@          "url": "https://opencollective.com/unified"        }      }, +    "node_modules/unist-util-filter": { +      "version": "4.0.1", +      "resolved": "https://registry.npmjs.org/unist-util-filter/-/unist-util-filter-4.0.1.tgz", +      "integrity": "sha512-RynicUM/vbOSTSiUK+BnaK9XMfmQUh6gyi7L6taNgc7FIf84GukXVV3ucGzEN/PhUUkdP5hb1MmXc+3cvPUm5Q==", +      "dependencies": { +        "@types/unist": "^2.0.0", +        "unist-util-is": "^5.0.0", +        "unist-util-visit-parents": "^5.0.0" +      } +    },      "node_modules/unist-util-generated": {        "version": "2.0.1",        "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-2.0.1.tgz", @@ -3517,6 +4331,19 @@          "url": "https://opencollective.com/unified"        }      }, +    "node_modules/vfile-location": { +      "version": "4.1.0", +      "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-4.1.0.tgz", +      "integrity": "sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==", +      "dependencies": { +        "@types/unist": "^2.0.0", +        "vfile": "^5.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    },      "node_modules/vfile-message": {        "version": "3.1.4",        "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", @@ -3587,6 +4414,15 @@          "fs-extra": "^10.0.0"        }      }, +    "node_modules/web-namespaces": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", +      "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    },      "node_modules/xtend": {        "version": "4.0.2",        "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", @@ -3603,6 +4439,15 @@        "engines": {          "node": ">= 6"        } +    }, +    "node_modules/zwitch": { +      "version": "2.0.4", +      "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", +      "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      }      }    },    "dependencies": { @@ -4143,6 +4988,16 @@        "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz",        "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="      }, +    "@types/parse5": { +      "version": "6.0.3", +      "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-6.0.3.tgz", +      "integrity": "sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==" +    }, +    "@types/prismjs": { +      "version": "1.26.0", +      "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.0.tgz", +      "integrity": "sha512-ZTaqn/qSqUuAq1YwvOFQfVW1AR/oQJlLSZVustdjwI+GZ8kr0MSHBj0tsXPW1EqHubx50gtBEjbPGsdZwQwCjQ==" +    },      "@types/prop-types": {        "version": "15.7.5",        "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", @@ -4207,6 +5062,30 @@        "resolved": "https://registry.npmjs.org/@types/vscode-webview/-/vscode-webview-1.57.1.tgz",        "integrity": "sha512-ghW5SfuDmsGDS2A4xkvGsLwDRNc3Vj5rS6rPOyPm/IryZuf3wceZKxgYaUoW+k9f0f/CB7y2c1rRsdOWZWn0PQ=="      }, +    "@uiw/copy-to-clipboard": { +      "version": "1.0.15", +      "resolved": "https://registry.npmjs.org/@uiw/copy-to-clipboard/-/copy-to-clipboard-1.0.15.tgz", +      "integrity": "sha512-1bbGZ3T+SGmA07BoVPK4UCUDcowDN/moctviJGQexfOc9qL8TMLDQPr7mTPvDKhgJkgnlKkAQNFU8PiarIi9sQ==" +    }, +    "@uiw/react-markdown-preview": { +      "version": "4.1.13", +      "resolved": "https://registry.npmjs.org/@uiw/react-markdown-preview/-/react-markdown-preview-4.1.13.tgz", +      "integrity": "sha512-fmIGvBpK6HJyDFf7EokjZSIS0713Bq5KwhOsZ8IkbCMYDcDThFlmMkTTqyzGjL3phrkP9ED5O63WSILzefqe6A==", +      "requires": { +        "@babel/runtime": "^7.17.2", +        "@uiw/copy-to-clipboard": "~1.0.12", +        "react-markdown": "~8.0.0", +        "rehype-attr": "~2.1.0", +        "rehype-autolink-headings": "~6.1.1", +        "rehype-ignore": "^1.0.1", +        "rehype-prism-plus": "~1.5.0", +        "rehype-raw": "^6.1.1", +        "rehype-rewrite": "~3.0.6", +        "rehype-slug": "~5.1.0", +        "remark-gfm": "~3.0.1", +        "unist-util-visit": "^4.1.0" +      } +    },      "@vitejs/plugin-react-swc": {        "version": "3.2.0",        "resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.2.0.tgz", @@ -4299,12 +5178,22 @@        "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",        "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw=="      }, +    "bcp-47-match": { +      "version": "2.0.3", +      "resolved": "https://registry.npmjs.org/bcp-47-match/-/bcp-47-match-2.0.3.tgz", +      "integrity": "sha512-JtTezzbAibu8G0R9op9zb3vcWZd9JF6M0xOYGPn0fNCd7wOpRB1mU2mH9T8gaBGbAAyIIVgB2G7xG0GP98zMAQ==" +    },      "binary-extensions": {        "version": "2.2.0",        "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",        "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",        "dev": true      }, +    "boolbase": { +      "version": "1.0.0", +      "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", +      "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" +    },      "braces": {        "version": "3.0.2",        "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", @@ -4343,6 +5232,11 @@        "integrity": "sha512-SDIV6bgE1aVbK6XyxdURbUE89zY7+k1BBBaOwYwkNCglXlel/E7mELiHC64HQ+W0xSKlqWhV9Wh7iHxUjMs4fA==",        "dev": true      }, +    "ccount": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", +      "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==" +    },      "chalk": {        "version": "2.4.2",        "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", @@ -4436,6 +5330,11 @@        "resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz",        "integrity": "sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg=="      }, +    "css-selector-parser": { +      "version": "1.4.1", +      "resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-1.4.1.tgz", +      "integrity": "sha512-HYPSb7y/Z7BNDCOrakL4raGO2zltZkbeXyAd6Tg9obzix6QhzxCotdBl6VT0Dv4vZfJGVz3WL/xaEI9Ly3ul0g==" +    },      "css-to-react-native": {        "version": "3.2.0",        "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz", @@ -4506,6 +5405,11 @@        "resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz",        "integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw=="      }, +    "direction": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/direction/-/direction-2.0.1.tgz", +      "integrity": "sha512-9S6m9Sukh1cZNknO1CWAr2QAWsbKLafQiyM5gZ7VgXHeuaoUwffKN4q6NC4A/Mf9iiPlOXQEKW/Mv/mh9/3YFA==" +    },      "dlv": {        "version": "1.1.3",        "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", @@ -4672,6 +5576,11 @@        "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",        "dev": true      }, +    "github-slugger": { +      "version": "2.0.0", +      "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", +      "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==" +    },      "glob-parent": {        "version": "6.0.2",        "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", @@ -4705,11 +5614,130 @@        "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",        "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="      }, +    "hast-util-from-parse5": { +      "version": "7.1.2", +      "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-7.1.2.tgz", +      "integrity": "sha512-Nz7FfPBuljzsN3tCQ4kCBKqdNhQE2l0Tn+X1ubgKBPRoiDIu1mL08Cfw4k7q71+Duyaw7DXDN+VTAp4Vh3oCOw==", +      "requires": { +        "@types/hast": "^2.0.0", +        "@types/unist": "^2.0.0", +        "hastscript": "^7.0.0", +        "property-information": "^6.0.0", +        "vfile": "^5.0.0", +        "vfile-location": "^4.0.0", +        "web-namespaces": "^2.0.0" +      }, +      "dependencies": { +        "hast-util-parse-selector": { +          "version": "3.1.1", +          "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-3.1.1.tgz", +          "integrity": "sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==", +          "requires": { +            "@types/hast": "^2.0.0" +          } +        }, +        "hastscript": { +          "version": "7.2.0", +          "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-7.2.0.tgz", +          "integrity": "sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==", +          "requires": { +            "@types/hast": "^2.0.0", +            "comma-separated-tokens": "^2.0.0", +            "hast-util-parse-selector": "^3.0.0", +            "property-information": "^6.0.0", +            "space-separated-tokens": "^2.0.0" +          } +        } +      } +    }, +    "hast-util-has-property": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-2.0.1.tgz", +      "integrity": "sha512-X2+RwZIMTMKpXUzlotatPzWj8bspCymtXH3cfG3iQKV+wPF53Vgaqxi/eLqGck0wKq1kS9nvoB1wchbCPEL8sg==" +    }, +    "hast-util-heading-rank": { +      "version": "2.1.1", +      "resolved": "https://registry.npmjs.org/hast-util-heading-rank/-/hast-util-heading-rank-2.1.1.tgz", +      "integrity": "sha512-iAuRp+ESgJoRFJbSyaqsfvJDY6zzmFoEnL1gtz1+U8gKtGGj1p0CVlysuUAUjq95qlZESHINLThwJzNGmgGZxA==", +      "requires": { +        "@types/hast": "^2.0.0" +      } +    }, +    "hast-util-is-element": { +      "version": "2.1.3", +      "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-2.1.3.tgz", +      "integrity": "sha512-O1bKah6mhgEq2WtVMk+Ta5K7pPMqsBBlmzysLdcwKVrqzZQ0CHqUPiIVspNhAG1rvxpvJjtGee17XfauZYKqVA==", +      "requires": { +        "@types/hast": "^2.0.0", +        "@types/unist": "^2.0.0" +      } +    },      "hast-util-parse-selector": {        "version": "2.2.5",        "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz",        "integrity": "sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ=="      }, +    "hast-util-raw": { +      "version": "7.2.3", +      "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-7.2.3.tgz", +      "integrity": "sha512-RujVQfVsOrxzPOPSzZFiwofMArbQke6DJjnFfceiEbFh7S05CbPt0cYN+A5YeD3pso0JQk6O1aHBnx9+Pm2uqg==", +      "requires": { +        "@types/hast": "^2.0.0", +        "@types/parse5": "^6.0.0", +        "hast-util-from-parse5": "^7.0.0", +        "hast-util-to-parse5": "^7.0.0", +        "html-void-elements": "^2.0.0", +        "parse5": "^6.0.0", +        "unist-util-position": "^4.0.0", +        "unist-util-visit": "^4.0.0", +        "vfile": "^5.0.0", +        "web-namespaces": "^2.0.0", +        "zwitch": "^2.0.0" +      } +    }, +    "hast-util-select": { +      "version": "5.0.5", +      "resolved": "https://registry.npmjs.org/hast-util-select/-/hast-util-select-5.0.5.tgz", +      "integrity": "sha512-QQhWMhgTFRhCaQdgTKzZ5g31GLQ9qRb1hZtDPMqQaOhpLBziWcshUS0uCR5IJ0U1jrK/mxg35fmcq+Dp/Cy2Aw==", +      "requires": { +        "@types/hast": "^2.0.0", +        "@types/unist": "^2.0.0", +        "bcp-47-match": "^2.0.0", +        "comma-separated-tokens": "^2.0.0", +        "css-selector-parser": "^1.0.0", +        "direction": "^2.0.0", +        "hast-util-has-property": "^2.0.0", +        "hast-util-to-string": "^2.0.0", +        "hast-util-whitespace": "^2.0.0", +        "not": "^0.1.0", +        "nth-check": "^2.0.0", +        "property-information": "^6.0.0", +        "space-separated-tokens": "^2.0.0", +        "unist-util-visit": "^4.0.0", +        "zwitch": "^2.0.0" +      } +    }, +    "hast-util-to-parse5": { +      "version": "7.1.0", +      "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-7.1.0.tgz", +      "integrity": "sha512-YNRgAJkH2Jky5ySkIqFXTQiaqcAtJyVE+D5lkN6CdtOqrnkLfGYYrEcKuHOJZlp+MwjSwuD3fZuawI+sic/RBw==", +      "requires": { +        "@types/hast": "^2.0.0", +        "comma-separated-tokens": "^2.0.0", +        "property-information": "^6.0.0", +        "space-separated-tokens": "^2.0.0", +        "web-namespaces": "^2.0.0", +        "zwitch": "^2.0.0" +      } +    }, +    "hast-util-to-string": { +      "version": "2.0.0", +      "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-2.0.0.tgz", +      "integrity": "sha512-02AQ3vLhuH3FisaMM+i/9sm4OXGSq1UhOOCpTLLQtHdL3tZt7qil69r8M8iDkZYyC0HCFylcYoP+8IO7ddta1A==", +      "requires": { +        "@types/hast": "^2.0.0" +      } +    },      "hast-util-whitespace": {        "version": "2.0.1",        "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-2.0.1.tgz", @@ -4767,6 +5795,11 @@          }        }      }, +    "html-void-elements": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-2.0.1.tgz", +      "integrity": "sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==" +    },      "inline-style-parser": {        "version": "0.1.1",        "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", @@ -4880,6 +5913,11 @@        "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",        "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="      }, +    "longest-streak": { +      "version": "3.1.0", +      "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", +      "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==" +    },      "loose-envify": {        "version": "1.4.0",        "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", @@ -4897,6 +5935,11 @@          "highlight.js": "~10.7.0"        }      }, +    "markdown-table": { +      "version": "3.0.3", +      "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.3.tgz", +      "integrity": "sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==" +    },      "mdast-util-definitions": {        "version": "5.1.2",        "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-5.1.2.tgz", @@ -4907,6 +5950,24 @@          "unist-util-visit": "^4.0.0"        }      }, +    "mdast-util-find-and-replace": { +      "version": "2.2.2", +      "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-2.2.2.tgz", +      "integrity": "sha512-MTtdFRz/eMDHXzeK6W3dO7mXUlF82Gom4y0oOgvHhh/HXZAGvIQDUvQ0SuUx+j2tv44b8xTHOm8K/9OoRFnXKw==", +      "requires": { +        "@types/mdast": "^3.0.0", +        "escape-string-regexp": "^5.0.0", +        "unist-util-is": "^5.0.0", +        "unist-util-visit-parents": "^5.0.0" +      }, +      "dependencies": { +        "escape-string-regexp": { +          "version": "5.0.0", +          "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", +          "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==" +        } +      } +    },      "mdast-util-from-markdown": {        "version": "1.3.0",        "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.0.tgz", @@ -4926,6 +5987,79 @@          "uvu": "^0.5.0"        }      }, +    "mdast-util-gfm": { +      "version": "2.0.2", +      "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-2.0.2.tgz", +      "integrity": "sha512-qvZ608nBppZ4icQlhQQIAdc6S3Ffj9RGmzwUKUWuEICFnd1LVkN3EktF7ZHAgfcEdvZB5owU9tQgt99e2TlLjg==", +      "requires": { +        "mdast-util-from-markdown": "^1.0.0", +        "mdast-util-gfm-autolink-literal": "^1.0.0", +        "mdast-util-gfm-footnote": "^1.0.0", +        "mdast-util-gfm-strikethrough": "^1.0.0", +        "mdast-util-gfm-table": "^1.0.0", +        "mdast-util-gfm-task-list-item": "^1.0.0", +        "mdast-util-to-markdown": "^1.0.0" +      } +    }, +    "mdast-util-gfm-autolink-literal": { +      "version": "1.0.3", +      "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-1.0.3.tgz", +      "integrity": "sha512-My8KJ57FYEy2W2LyNom4n3E7hKTuQk/0SES0u16tjA9Z3oFkF4RrC/hPAPgjlSpezsOvI8ObcXcElo92wn5IGA==", +      "requires": { +        "@types/mdast": "^3.0.0", +        "ccount": "^2.0.0", +        "mdast-util-find-and-replace": "^2.0.0", +        "micromark-util-character": "^1.0.0" +      } +    }, +    "mdast-util-gfm-footnote": { +      "version": "1.0.2", +      "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-1.0.2.tgz", +      "integrity": "sha512-56D19KOGbE00uKVj3sgIykpwKL179QsVFwx/DCW0u/0+URsryacI4MAdNJl0dh+u2PSsD9FtxPFbHCzJ78qJFQ==", +      "requires": { +        "@types/mdast": "^3.0.0", +        "mdast-util-to-markdown": "^1.3.0", +        "micromark-util-normalize-identifier": "^1.0.0" +      } +    }, +    "mdast-util-gfm-strikethrough": { +      "version": "1.0.3", +      "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-1.0.3.tgz", +      "integrity": "sha512-DAPhYzTYrRcXdMjUtUjKvW9z/FNAMTdU0ORyMcbmkwYNbKocDpdk+PX1L1dQgOID/+vVs1uBQ7ElrBQfZ0cuiQ==", +      "requires": { +        "@types/mdast": "^3.0.0", +        "mdast-util-to-markdown": "^1.3.0" +      } +    }, +    "mdast-util-gfm-table": { +      "version": "1.0.7", +      "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-1.0.7.tgz", +      "integrity": "sha512-jjcpmNnQvrmN5Vx7y7lEc2iIOEytYv7rTvu+MeyAsSHTASGCCRA79Igg2uKssgOs1i1po8s3plW0sTu1wkkLGg==", +      "requires": { +        "@types/mdast": "^3.0.0", +        "markdown-table": "^3.0.0", +        "mdast-util-from-markdown": "^1.0.0", +        "mdast-util-to-markdown": "^1.3.0" +      } +    }, +    "mdast-util-gfm-task-list-item": { +      "version": "1.0.2", +      "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-1.0.2.tgz", +      "integrity": "sha512-PFTA1gzfp1B1UaiJVyhJZA1rm0+Tzn690frc/L8vNX1Jop4STZgOE6bxUhnzdVSB+vm2GU1tIsuQcA9bxTQpMQ==", +      "requires": { +        "@types/mdast": "^3.0.0", +        "mdast-util-to-markdown": "^1.3.0" +      } +    }, +    "mdast-util-phrasing": { +      "version": "3.0.1", +      "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-3.0.1.tgz", +      "integrity": "sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==", +      "requires": { +        "@types/mdast": "^3.0.0", +        "unist-util-is": "^5.0.0" +      } +    },      "mdast-util-to-hast": {        "version": "12.3.0",        "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.3.0.tgz", @@ -4941,6 +6075,21 @@          "unist-util-visit": "^4.0.0"        }      }, +    "mdast-util-to-markdown": { +      "version": "1.5.0", +      "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-1.5.0.tgz", +      "integrity": "sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==", +      "requires": { +        "@types/mdast": "^3.0.0", +        "@types/unist": "^2.0.0", +        "longest-streak": "^3.0.0", +        "mdast-util-phrasing": "^3.0.0", +        "mdast-util-to-string": "^3.0.0", +        "micromark-util-decode-string": "^1.0.0", +        "unist-util-visit": "^4.0.0", +        "zwitch": "^2.0.0" +      } +    },      "mdast-util-to-string": {        "version": "3.1.1",        "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.1.1.tgz", @@ -5002,6 +6151,92 @@          "uvu": "^0.5.0"        }      }, +    "micromark-extension-gfm": { +      "version": "2.0.3", +      "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-2.0.3.tgz", +      "integrity": "sha512-vb9OoHqrhCmbRidQv/2+Bc6pkP0FrtlhurxZofvOEy5o8RtuuvTq+RQ1Vw5ZDNrVraQZu3HixESqbG+0iKk/MQ==", +      "requires": { +        "micromark-extension-gfm-autolink-literal": "^1.0.0", +        "micromark-extension-gfm-footnote": "^1.0.0", +        "micromark-extension-gfm-strikethrough": "^1.0.0", +        "micromark-extension-gfm-table": "^1.0.0", +        "micromark-extension-gfm-tagfilter": "^1.0.0", +        "micromark-extension-gfm-task-list-item": "^1.0.0", +        "micromark-util-combine-extensions": "^1.0.0", +        "micromark-util-types": "^1.0.0" +      } +    }, +    "micromark-extension-gfm-autolink-literal": { +      "version": "1.0.5", +      "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-1.0.5.tgz", +      "integrity": "sha512-z3wJSLrDf8kRDOh2qBtoTRD53vJ+CWIyo7uyZuxf/JAbNJjiHsOpG1y5wxk8drtv3ETAHutCu6N3thkOOgueWg==", +      "requires": { +        "micromark-util-character": "^1.0.0", +        "micromark-util-sanitize-uri": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0" +      } +    }, +    "micromark-extension-gfm-footnote": { +      "version": "1.1.2", +      "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-1.1.2.tgz", +      "integrity": "sha512-Yxn7z7SxgyGWRNa4wzf8AhYYWNrwl5q1Z8ii+CSTTIqVkmGZF1CElX2JI8g5yGoM3GAman9/PVCUFUSJ0kB/8Q==", +      "requires": { +        "micromark-core-commonmark": "^1.0.0", +        "micromark-factory-space": "^1.0.0", +        "micromark-util-character": "^1.0.0", +        "micromark-util-normalize-identifier": "^1.0.0", +        "micromark-util-sanitize-uri": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0", +        "uvu": "^0.5.0" +      } +    }, +    "micromark-extension-gfm-strikethrough": { +      "version": "1.0.7", +      "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-1.0.7.tgz", +      "integrity": "sha512-sX0FawVE1o3abGk3vRjOH50L5TTLr3b5XMqnP9YDRb34M0v5OoZhG+OHFz1OffZ9dlwgpTBKaT4XW/AsUVnSDw==", +      "requires": { +        "micromark-util-chunked": "^1.0.0", +        "micromark-util-classify-character": "^1.0.0", +        "micromark-util-resolve-all": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0", +        "uvu": "^0.5.0" +      } +    }, +    "micromark-extension-gfm-table": { +      "version": "1.0.7", +      "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-1.0.7.tgz", +      "integrity": "sha512-3ZORTHtcSnMQEKtAOsBQ9/oHp9096pI/UvdPtN7ehKvrmZZ2+bbWhi0ln+I9drmwXMt5boocn6OlwQzNXeVeqw==", +      "requires": { +        "micromark-factory-space": "^1.0.0", +        "micromark-util-character": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0", +        "uvu": "^0.5.0" +      } +    }, +    "micromark-extension-gfm-tagfilter": { +      "version": "1.0.2", +      "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-1.0.2.tgz", +      "integrity": "sha512-5XWB9GbAUSHTn8VPU8/1DBXMuKYT5uOgEjJb8gN3mW0PNW5OPHpSdojoqf+iq1xo7vWzw/P8bAHY0n6ijpXF7g==", +      "requires": { +        "micromark-util-types": "^1.0.0" +      } +    }, +    "micromark-extension-gfm-task-list-item": { +      "version": "1.0.5", +      "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-1.0.5.tgz", +      "integrity": "sha512-RMFXl2uQ0pNQy6Lun2YBYT9g9INXtWJULgbt01D/x8/6yJ2qpKyzdZD3pi6UIkzF++Da49xAelVKUeUMqd5eIQ==", +      "requires": { +        "micromark-factory-space": "^1.0.0", +        "micromark-util-character": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0", +        "uvu": "^0.5.0" +      } +    },      "micromark-factory-destination": {        "version": "1.0.0",        "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-1.0.0.tgz", @@ -5217,6 +6452,19 @@        "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",        "dev": true      }, +    "not": { +      "version": "0.1.0", +      "resolved": "https://registry.npmjs.org/not/-/not-0.1.0.tgz", +      "integrity": "sha512-5PDmaAsVfnWUgTUbJ3ERwn7u79Z0dYxN9ErxCpVJJqe2RK0PJ3z+iFUxuqjwtlDDegXvtWoxD/3Fzxox7tFGWA==" +    }, +    "nth-check": { +      "version": "2.1.1", +      "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", +      "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", +      "requires": { +        "boolbase": "^1.0.0" +      } +    },      "object-assign": {        "version": "4.1.1",        "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", @@ -5248,6 +6496,16 @@          }        }      }, +    "parse-numeric-range": { +      "version": "1.3.0", +      "resolved": "https://registry.npmjs.org/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz", +      "integrity": "sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==" +    }, +    "parse5": { +      "version": "6.0.1", +      "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", +      "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" +    },      "path-parse": {        "version": "1.0.7",        "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", @@ -5510,6 +6768,190 @@        "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",        "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg=="      }, +    "rehype-attr": { +      "version": "2.1.4", +      "resolved": "https://registry.npmjs.org/rehype-attr/-/rehype-attr-2.1.4.tgz", +      "integrity": "sha512-iAeaL5JyF4XxkcvWzpi/0SAF7iV7qOTaHS56tJuEsXziQc3+PEmMn65kV8OFgbO9mRVY7J1fRC/aLvot1PsNkg==", +      "requires": { +        "unified": "~10.1.1", +        "unist-util-visit": "~4.1.0" +      } +    }, +    "rehype-autolink-headings": { +      "version": "6.1.1", +      "resolved": "https://registry.npmjs.org/rehype-autolink-headings/-/rehype-autolink-headings-6.1.1.tgz", +      "integrity": "sha512-NMYzZIsHM3sA14nC5rAFuUPIOfg+DFmf9EY1YMhaNlB7+3kK/ZlE6kqPfuxr1tsJ1XWkTrMtMoyHosU70d35mA==", +      "requires": { +        "@types/hast": "^2.0.0", +        "extend": "^3.0.0", +        "hast-util-has-property": "^2.0.0", +        "hast-util-heading-rank": "^2.0.0", +        "hast-util-is-element": "^2.0.0", +        "unified": "^10.0.0", +        "unist-util-visit": "^4.0.0" +      } +    }, +    "rehype-ignore": { +      "version": "1.0.5", +      "resolved": "https://registry.npmjs.org/rehype-ignore/-/rehype-ignore-1.0.5.tgz", +      "integrity": "sha512-JQXS5eDwXaYKwB8JEYFJJA/YvGi0sSNUOYuiURMtuPTg8tuWHFB91JMYLbImH1FyvyGQM4fIBqNMAPB50WR2Bw==", +      "requires": { +        "hast-util-select": "^5.0.5", +        "unified": "^10.1.2", +        "unist-util-visit": "^4.1.2" +      } +    }, +    "rehype-parse": { +      "version": "8.0.4", +      "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-8.0.4.tgz", +      "integrity": "sha512-MJJKONunHjoTh4kc3dsM1v3C9kGrrxvA3U8PxZlP2SjH8RNUSrb+lF7Y0KVaUDnGH2QZ5vAn7ulkiajM9ifuqg==", +      "requires": { +        "@types/hast": "^2.0.0", +        "hast-util-from-parse5": "^7.0.0", +        "parse5": "^6.0.0", +        "unified": "^10.0.0" +      } +    }, +    "rehype-prism-plus": { +      "version": "1.5.1", +      "resolved": "https://registry.npmjs.org/rehype-prism-plus/-/rehype-prism-plus-1.5.1.tgz", +      "integrity": "sha512-mowYefSfrIkMMxkb0fwuEXlvc5nA9b1vQ6mzujM81Qx28RI0mo7jCHsBZ2tJ4eIJKXdFn+EdPkZZBGB10K02vg==", +      "requires": { +        "hast-util-to-string": "^2.0.0", +        "parse-numeric-range": "^1.3.0", +        "refractor": "^4.7.0", +        "rehype-parse": "^8.0.2", +        "unist-util-filter": "^4.0.0", +        "unist-util-visit": "^4.0.0" +      }, +      "dependencies": { +        "character-entities-legacy": { +          "version": "3.0.0", +          "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", +          "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==" +        }, +        "character-reference-invalid": { +          "version": "2.0.1", +          "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", +          "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==" +        }, +        "hast-util-parse-selector": { +          "version": "3.1.1", +          "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-3.1.1.tgz", +          "integrity": "sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==", +          "requires": { +            "@types/hast": "^2.0.0" +          } +        }, +        "hastscript": { +          "version": "7.2.0", +          "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-7.2.0.tgz", +          "integrity": "sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==", +          "requires": { +            "@types/hast": "^2.0.0", +            "comma-separated-tokens": "^2.0.0", +            "hast-util-parse-selector": "^3.0.0", +            "property-information": "^6.0.0", +            "space-separated-tokens": "^2.0.0" +          } +        }, +        "is-alphabetical": { +          "version": "2.0.1", +          "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", +          "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==" +        }, +        "is-alphanumerical": { +          "version": "2.0.1", +          "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", +          "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", +          "requires": { +            "is-alphabetical": "^2.0.0", +            "is-decimal": "^2.0.0" +          } +        }, +        "is-decimal": { +          "version": "2.0.1", +          "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", +          "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==" +        }, +        "is-hexadecimal": { +          "version": "2.0.1", +          "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", +          "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==" +        }, +        "parse-entities": { +          "version": "4.0.1", +          "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.1.tgz", +          "integrity": "sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==", +          "requires": { +            "@types/unist": "^2.0.0", +            "character-entities": "^2.0.0", +            "character-entities-legacy": "^3.0.0", +            "character-reference-invalid": "^2.0.0", +            "decode-named-character-reference": "^1.0.0", +            "is-alphanumerical": "^2.0.0", +            "is-decimal": "^2.0.0", +            "is-hexadecimal": "^2.0.0" +          } +        }, +        "refractor": { +          "version": "4.8.1", +          "resolved": "https://registry.npmjs.org/refractor/-/refractor-4.8.1.tgz", +          "integrity": "sha512-/fk5sI0iTgFYlmVGYVew90AoYnNMP6pooClx/XKqyeeCQXrL0Kvgn8V0VEht5ccdljbzzF1i3Q213gcntkRExg==", +          "requires": { +            "@types/hast": "^2.0.0", +            "@types/prismjs": "^1.0.0", +            "hastscript": "^7.0.0", +            "parse-entities": "^4.0.0" +          } +        } +      } +    }, +    "rehype-raw": { +      "version": "6.1.1", +      "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-6.1.1.tgz", +      "integrity": "sha512-d6AKtisSRtDRX4aSPsJGTfnzrX2ZkHQLE5kiUuGOeEoLpbEulFF4hj0mLPbsa+7vmguDKOVVEQdHKDSwoaIDsQ==", +      "requires": { +        "@types/hast": "^2.0.0", +        "hast-util-raw": "^7.2.0", +        "unified": "^10.0.0" +      } +    }, +    "rehype-rewrite": { +      "version": "3.0.6", +      "resolved": "https://registry.npmjs.org/rehype-rewrite/-/rehype-rewrite-3.0.6.tgz", +      "integrity": "sha512-REDTNCvsKcAazy8IQWzKp66AhSUDSOIKssSCqNqCcT9sN7JCwAAm3mWGTUdUzq80ABuy8d0D6RBwbnewu1aY1g==", +      "requires": { +        "hast-util-select": "~5.0.1", +        "unified": "~10.1.1", +        "unist-util-visit": "~4.1.0" +      } +    }, +    "rehype-slug": { +      "version": "5.1.0", +      "resolved": "https://registry.npmjs.org/rehype-slug/-/rehype-slug-5.1.0.tgz", +      "integrity": "sha512-Gf91dJoXneiorNEnn+Phx97CO7oRMrpi+6r155tTxzGuLtm+QrI4cTwCa9e1rtePdL4i9tSO58PeSS6HWfgsiw==", +      "requires": { +        "@types/hast": "^2.0.0", +        "github-slugger": "^2.0.0", +        "hast-util-has-property": "^2.0.0", +        "hast-util-heading-rank": "^2.0.0", +        "hast-util-to-string": "^2.0.0", +        "unified": "^10.0.0", +        "unist-util-visit": "^4.0.0" +      } +    }, +    "remark-gfm": { +      "version": "3.0.1", +      "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz", +      "integrity": "sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==", +      "requires": { +        "@types/mdast": "^3.0.0", +        "mdast-util-gfm": "^2.0.0", +        "micromark-extension-gfm": "^2.0.0", +        "unified": "^10.0.0" +      } +    },      "remark-parse": {        "version": "10.0.1",        "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-10.0.1.tgz", @@ -5722,6 +7164,16 @@          "vfile": "^5.0.0"        }      }, +    "unist-util-filter": { +      "version": "4.0.1", +      "resolved": "https://registry.npmjs.org/unist-util-filter/-/unist-util-filter-4.0.1.tgz", +      "integrity": "sha512-RynicUM/vbOSTSiUK+BnaK9XMfmQUh6gyi7L6taNgc7FIf84GukXVV3ucGzEN/PhUUkdP5hb1MmXc+3cvPUm5Q==", +      "requires": { +        "@types/unist": "^2.0.0", +        "unist-util-is": "^5.0.0", +        "unist-util-visit-parents": "^5.0.0" +      } +    },      "unist-util-generated": {        "version": "2.0.1",        "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-2.0.1.tgz", @@ -5819,6 +7271,15 @@          "vfile-message": "^3.0.0"        }      }, +    "vfile-location": { +      "version": "4.1.0", +      "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-4.1.0.tgz", +      "integrity": "sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==", +      "requires": { +        "@types/unist": "^2.0.0", +        "vfile": "^5.0.0" +      } +    },      "vfile-message": {        "version": "3.1.4",        "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", @@ -5849,6 +7310,11 @@          "fs-extra": "^10.0.0"        }      }, +    "web-namespaces": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", +      "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==" +    },      "xtend": {        "version": "4.0.2",        "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", @@ -5859,6 +7325,11 @@        "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",        "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",        "dev": true +    }, +    "zwitch": { +      "version": "2.0.4", +      "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", +      "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A=="      }    }  } diff --git a/extension/react-app/package.json b/extension/react-app/package.json index 4bedb813..704f520a 100644 --- a/extension/react-app/package.json +++ b/extension/react-app/package.json @@ -12,12 +12,12 @@      "@styled-icons/heroicons-outline": "^10.47.0",      "@styled-icons/heroicons-solid": "^10.47.0",      "@types/vscode-webview": "^1.57.1", +    "@uiw/react-markdown-preview": "^4.1.13",      "downshift": "^7.6.0",      "posthog-js": "^1.58.0",      "prismjs": "^1.29.0",      "react": "^18.2.0",      "react-dom": "^18.2.0", -    "react-markdown": "^8.0.5",      "react-redux": "^8.0.5",      "react-switch": "^7.0.0",      "react-syntax-highlighter": "^15.5.0", diff --git a/extension/react-app/src/components/StepContainer.tsx b/extension/react-app/src/components/StepContainer.tsx index d1a8a46a..6fa4ba13 100644 --- a/extension/react-app/src/components/StepContainer.tsx +++ b/extension/react-app/src/components/StepContainer.tsx @@ -1,4 +1,4 @@ -import { useCallback, useEffect, useRef, useState } from "react"; +import { useEffect, useRef, useState } from "react";  import styled, { keyframes } from "styled-components";  import {    appear, @@ -15,9 +15,8 @@ import {  } from "@styled-icons/heroicons-outline";  import { StopCircle } from "@styled-icons/heroicons-solid";  import { HistoryNode } from "../../../schema/HistoryNode"; -import ReactMarkdown from "react-markdown";  import HeaderButtonWithText from "./HeaderButtonWithText"; -import CodeBlock from "./CodeBlock"; +import MarkdownPreview from "@uiw/react-markdown-preview";  interface StepContainerProps {    historyNode: HistoryNode; @@ -72,19 +71,6 @@ const ContentDiv = styled.div<{ isUserInput: boolean }>`    font-size: 13px;  `; -const MarkdownPre = styled.pre` -  background-color: ${secondaryDark}; -  padding: 10px; -  border-radius: ${defaultBorderRadius}; -  border: 0.5px solid white; -`; - -const StyledCode = styled.code` -  word-wrap: break-word; -  color: #f69292; -  background: transparent; -`; -  const gradient = keyframes`    0% {      background-position: 0px 0; @@ -124,6 +110,31 @@ const GradientBorder = styled.div<{    background-size: 200% 200%;  `; +const StyledMarkdownPreview = styled(MarkdownPreview)` +  pre { +    background-color: ${secondaryDark}; +    padding: 1px; +    border-radius: ${defaultBorderRadius}; +    border: 0.5px solid white; +  } + +  code { +    color: #f69292; +    word-wrap: break-word; +  } + +  pre > code { +    background-color: ${secondaryDark}; +    color: white; +  } + +  background-color: ${vscBackground}; +  font-family: "Lexend", sans-serif; +  font-size: 13px; +  padding: 8px; +  color: white; +`; +  // #endregion  function StepContainer(props: StepContainerProps) { @@ -158,7 +169,7 @@ function StepContainer(props: StepContainerProps) {      >        <StepContainerDiv open={props.open}>          <GradientBorder -          loading={props.historyNode.active as boolean || false} +          loading={(props.historyNode.active as boolean) || false}            isFirst={props.isFirst}            isLast={props.isLast}            borderColor={ @@ -178,7 +189,7 @@ function StepContainer(props: StepContainerProps) {            }}          >            <HeaderDiv -            loading={props.historyNode.active as boolean || false} +            loading={(props.historyNode.active as boolean) || false}              error={props.historyNode.observation?.error ? true : false}            >              <div className="m-2"> @@ -246,27 +257,9 @@ function StepContainer(props: StepContainerProps) {                {props.historyNode.observation.error as string}              </pre>            ) : ( -            <ReactMarkdown -              key={1} -              className="overflow-x-scroll" -              components={{ -                pre: ({ node, ...props }) => { -                  return ( -                    <CodeBlock -                      children={(props.children[0] as any).props.children[0]} -                    /> -                  ); -                }, -                code: ({ node, ...props }) => { -                  return <StyledCode children={props.children[0] as any} />; -                }, -                ul: ({ node, ...props }) => { -                  return <ul className="ml-0" {...props} />; -                }, -              }} -            > -              {props.historyNode.step.description as any} -            </ReactMarkdown> +            <StyledMarkdownPreview +              source={props.historyNode.step.description || ""} +            />            )}          </ContentDiv>        </StepContainerDiv> | 
