Reimplement ts converter using marked parser

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-03 12:43:36 +04:00
parent a850b0f77c
commit 2a6845d884
3 changed files with 419 additions and 251 deletions

View File

@@ -10,7 +10,8 @@
"check": "tsc --noEmit"
},
"dependencies": {
"@tiptap/pm": "^3.20.2"
"@tiptap/pm": "^3.20.2",
"marked": "^15.0.12"
},
"devDependencies": {
"typescript": "~5.8.3"