The freeze was caused by the remove-markdown plugin, that somehow doesn't like tables.
This commit is contained in:
Simon Cambier
2022-04-10 22:24:27 +02:00
parent e791bd9325
commit dae6e19e9e
4 changed files with 44 additions and 15 deletions

View File

@@ -30,7 +30,7 @@
"typescript": "4.4.4"
},
"dependencies": {
"minisearch": "^5.0.0-beta1",
"remove-markdown": "^0.3.0"
"markdown-to-txt": "^2.0.0",
"minisearch": "^5.0.0-beta1"
}
}