1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

fix(blog): shiki syntax highlighting for txt

This commit is contained in:
2024-11-09 20:21:09 +01:00
parent 4c69d5a852
commit 1351e4122d
2 changed files with 63 additions and 192 deletions

View File

@@ -29,14 +29,14 @@ catalog:
"gray-matter": "4.0.3"
"katex": "0.16.11"
"next-mdx-remote": "5.0.0"
"@mdx-js/mdx": "3.1.0"
"@mdx-js/mdx": "3.0.1"
"rehype-katex": "7.0.1"
"rehype-raw": "7.0.0"
"rehype-slug": "6.0.0"
"remark-gfm": "4.0.0"
"remark-math": "6.0.0"
"shiki": "1.22.2"
"@shikijs/rehype": "1.22.2"
"shiki": "1.12.0"
"@shikijs/rehype": "1.12.0"
# Markdown Lint
"markdownlint-cli2": "0.14.0"