mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-06-05 15:09:59 +09:00
Fix malformed tables from causing error
This commit is contained in:
+1
-1
@@ -21,6 +21,7 @@
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@guyplusplus/turndown-plugin-gfm": "^1.0.7",
|
||||
"@inquirer/prompts": "^7.2.3",
|
||||
"axios": "^1.7.9",
|
||||
"camelcase": "^8.0.0",
|
||||
@@ -28,7 +29,6 @@
|
||||
"commander": "^13.0.0",
|
||||
"luxon": "^3.5.0",
|
||||
"turndown": "^7.2.0",
|
||||
"turndown-plugin-gfm": "^1.0.2",
|
||||
"xml2js": "^0.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user