fix: direct markdown editing even visually

This commit is contained in:
2026-02-10 18:09:07 +01:00
parent 30461c0c68
commit 85711bf205
3 changed files with 58 additions and 98 deletions

View File

@@ -62,7 +62,6 @@
"@tiptap/pm": "^3.19.0",
"@tiptap/react": "^3.19.0",
"@tiptap/starter-kit": "^3.19.0",
"@types/turndown": "^5.0.6",
"chokidar": "^5.0.0",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.29.0",
@@ -75,7 +74,7 @@
"react-dom": "^18.2.0",
"react-hot-toast": "^2.6.0",
"sharp": "^0.34.5",
"turndown": "^7.2.2",
"tiptap-markdown": "^0.9.0",
"uuid": "^9.0.1",
"zustand": "^4.4.7"
},