feat: add GitHub-style markdown alert support

This commit is contained in:
2026-04-11 07:55:17 -04:00
parent 497da8038e
commit ad96c06506
4 changed files with 45 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
"astro": "astro",
"generate:og": "tsx scripts/generate-og-image.ts",
"prettier": "prettier --write **/*.{ts,tsx,css,astro} --ignore-path .gitignore",
"deploy": "git push origin main:prod"
"push:prod": "git push origin main:prod"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
@@ -59,6 +59,7 @@
"rehype-external-links": "^3.0.0",
"rehype-pretty-code": "^0.14.3",
"remark-emoji": "^5.0.2",
"remark-github-blockquote-alert": "^2.1.0",
"remark-math": "^6.0.0",
"remark-sectionize": "^2.1.0",
"satori": "^0.16.2",