fix: code block with linenos and hl_lines style error

This commit is contained in:
st1020 2024-08-01 20:35:25 +08:00
parent 5371faac79
commit 00975551af
5 changed files with 808 additions and 457 deletions

View file

@ -14,9 +14,9 @@
"build": "pnpm tailwindcss -i ./static/app.css -o ./static/main.css"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.10",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.5"
"@tailwindcss/typography": "^0.5.13",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.7"
}
}