diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-05-19 09:59:41 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-05-19 09:59:41 +0100 |
| commit | 55261df6fc572256566bfbc5a1aa1e3b97ba03e9 (patch) | |
| tree | c0c308adf20e5de8d27ca31f8a4c06f6a9bd60a0 /package.json | |
| parent | dfe1a433230460f93528491983dbce8b88b06e24 (diff) | |
Installs MarkdownIt
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index b97a6ba..69da9fa 100644 --- a/package.json +++ b/package.json @@ -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" } } |
