Installs MarkdownIt

This commit is contained in:
Joe Carstairs
2024-05-19 09:59:41 +01:00
parent dfe1a43323
commit 55261df6fc
2 changed files with 72 additions and 0 deletions

View File

@@ -12,6 +12,10 @@
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.2",
"astro": "^4.5.12",
"markdown-it": "^14.1.0",
"typescript": "^5.4.3"
},
"devDependencies": {
"@types/markdown-it": "^14.1.1"
}
}