refac: inline codespan rich text input

Co-Authored-By: Abdul Moiz <86627657+abdulmoizjawed@users.noreply.github.com>
This commit is contained in:
Timothy Jaeryang Baek
2026-03-07 17:45:00 -06:00
parent bc5d519c4f
commit e303c3da3b
3 changed files with 38 additions and 16 deletions

View File

@@ -66,6 +66,7 @@
"@sveltejs/svelte-virtual-list": "^3.0.1",
"@tiptap/core": "^3.0.7",
"@tiptap/extension-bubble-menu": "^2.26.1",
"@tiptap/extension-code": "^3.0.7",
"@tiptap/extension-code-block-lowlight": "^3.0.7",
"@tiptap/extension-drag-handle": "^3.4.5",
"@tiptap/extension-file-handler": "^3.0.7",
@@ -157,4 +158,4 @@
"node": ">=18.13.0 <=22.x.x",
"npm": ">=6.0.0"
}
}
}