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

11
pnpm-lock.yaml generated
View File

@@ -86,6 +86,9 @@ importers:
remark-emoji:
specifier: ^5.0.2
version: 5.0.2
remark-github-blockquote-alert:
specifier: ^2.1.0
version: 2.1.0
remark-math:
specifier: ^6.0.0
version: 6.0.0
@@ -2235,6 +2238,10 @@ packages:
remark-gfm@4.0.1:
resolution: {integrity: sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==}
remark-github-blockquote-alert@2.1.0:
resolution: {integrity: sha512-J392jmIP684d7iGsENN0uguL10IGbRdc8bTUSrd/jOLzdWkwg721Fj3JPQGN8tF6fTIrE5HHOIA3nBuwuaeuPQ==}
engines: {node: '>=16'}
remark-math@6.0.0:
resolution: {integrity: sha512-MMqgnP74Igy+S3WwnhQ7kqGlEerTETXMvJhrUzDikVZ2/uogJCb+WHUg97hK9/jcfc0dkD73s3LN8zU49cTEtA==}
@@ -5443,6 +5450,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
remark-github-blockquote-alert@2.1.0:
dependencies:
unist-util-visit: 5.1.0
remark-math@6.0.0:
dependencies:
'@types/mdast': 4.0.4