Adds marked, for parsing markdown

This commit is contained in:
Alicia Sykes 2024-02-17 16:46:56 +00:00
parent 0c4ed3d03f
commit 15e1e40451
2 changed files with 6 additions and 0 deletions

View file

@ -13,6 +13,7 @@
"@astrojs/check": "^0.5.4",
"astro": "^4.3.6",
"js-yaml": "^4.1.0",
"marked": "^12.0.0",
"typescript": "^5.3.3"
},
"devDependencies": {

View file

@ -1926,6 +1926,11 @@ markdown-table@^3.0.0:
resolved "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.3.tgz"
integrity sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==
marked@^12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/marked/-/marked-12.0.0.tgz#051ea8c8c7f65148a63003df1499515a2c6de716"
integrity sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==
mdast-util-definitions@^6.0.0:
version "6.0.0"
resolved "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz"