F7: rendered track-changes markdown preview (#21) #23

Merged
benstull merged 12 commits from f7-rendered-preview into main 2026-06-11 15:50:34 +00:00
2 changed files with 1223 additions and 7 deletions
Showing only changes of commit f6b3efe7a5 - Show all commits
+1217 -6
View File
File diff suppressed because it is too large Load Diff
+6 -1
View File
@@ -165,9 +165,14 @@
"vscode:prepublish": "node esbuild.mjs"
},
"dependencies": {
"@cline/sdk": "0.0.46"
"@cline/sdk": "0.0.46",
"diff": "^7.0.0",
"markdown-it": "^14.1.0",
"mermaid": "^11.0.0"
},
"devDependencies": {
"@types/diff": "^7.0.0",
"@types/markdown-it": "^14.1.0",
"@types/mocha": "^10.0.7",
"@types/node": "^22.0.0",
"@types/vscode": "^1.90.0",