improved html conversion fidelity and docx export accuracy

This commit is contained in:
2026-03-22 08:58:25 +02:00
parent b1f31a29c4
commit a3f4ffdec8
10 changed files with 280 additions and 75 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "typogenie",
"private": true,
"version": "1.2.0",
"version": "1.2.1",
"type": "module",
"scripts": {
"dev": "vite",
@@ -28,7 +28,8 @@
"motion": "^12.29.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"turndown": "^7.2.2"
"turndown": "^7.2.2",
"turndown-plugin-gfm": "^1.0.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",