Text selection and syntax highlighting to markdown previews

https://feedback.yaak.app/p/enable-text-selection-in-the-info-section
This commit is contained in:
Gregory Schier
2025-07-27 08:33:44 -07:00
parent 93c6f6d611
commit 835a2e93e9
5 changed files with 352 additions and 3 deletions

View File

@@ -60,6 +60,7 @@
"react-dom": "^19.1.0",
"react-markdown": "^10.1.0",
"react-pdf": "^10.0.1",
"react-syntax-highlighter": "^15.6.1",
"react-use": "^17.6.0",
"rehype-stringify": "^10.0.1",
"remark-frontmatter": "^5.0.0",
@@ -75,6 +76,7 @@
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tanstack/router-plugin": "^1.127.5",
"@types/node": "^24.0.13",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/papaparse": "^5.3.16",
"@types/parse-color": "^1.0.3",
"@types/react": "^19.1.8",