restore image captions in markdown with a "clever" (messy) css hack

This commit is contained in:
2025-03-20 12:00:04 -04:00
parent 3388da2d50
commit b626955731
34 changed files with 413 additions and 455 deletions
+8 -8
View File
@@ -22,9 +22,9 @@
"@giscus/react": "^3.1.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/bundle-analyzer": "15.3.0-canary.14",
"@next/mdx": "15.3.0-canary.14",
"@next/third-parties": "15.3.0-canary.14",
"@next/bundle-analyzer": "15.3.0-canary.15",
"@next/mdx": "15.3.0-canary.15",
"@next/third-parties": "15.3.0-canary.15",
"@octokit/graphql": "^8.2.1",
"@octokit/graphql-schema": "^15.26.0",
"@prisma/client": "^6.5.0",
@@ -38,15 +38,15 @@
"html-entities": "^2.5.2",
"lucide-react": "0.483.0",
"modern-normalize": "^3.0.1",
"next": "15.3.0-canary.14",
"next": "15.3.0-canary.15",
"obj-str": "^1.1.0",
"polished": "^4.3.1",
"prop-types": "^15.8.1",
"react": "19.0.0-beta-26f2496093-20240514",
"react-dom": "19.0.0-beta-26f2496093-20240514",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-error-boundary": "^5.0.0",
"react-innertext": "^1.1.5",
"react-is": "19.0.0-beta-26f2496093-20240514",
"react-is": "19.0.0",
"react-textarea-autosize": "^8.5.8",
"react-turnstile": "^1.1.4",
"react-tweet": "^3.2.2",
@@ -81,7 +81,7 @@
"babel-plugin-react-compiler": "19.0.0-beta-3229e95-20250315",
"cross-env": "^7.0.3",
"eslint": "^9.22.0",
"eslint-config-next": "15.3.0-canary.14",
"eslint-config-next": "15.3.0-canary.15",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-css-modules": "^2.12.0",
"eslint-plugin-import": "^2.31.0",