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

3
package-lock.json generated
View File

@@ -19709,7 +19709,8 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@tiptap/pm": "^3.20.2"
"@tiptap/pm": "^3.20.2",
"marked": "^15.0.12"
},
"devDependencies": {
"typescript": "~5.8.3"