Bugfix/Remove Markdown in Condition (#4761)

Feature/Add remove-markdown dependency and integrate into Condition node for text processing

- Added `remove-markdown` package to `packages/components/package.json`.
- Integrated `removeMarkdown` function in `Condition.ts` to sanitize string inputs by removing markdown formatting.
This commit is contained in:
Henry Heng
2025-06-30 12:06:23 +01:00
committed by GitHub
parent be7599542b
commit 9b60cf1234
3 changed files with 12 additions and 2 deletions
+1
View File
@@ -131,6 +131,7 @@
"puppeteer": "^20.7.1",
"pyodide": ">=0.21.0-alpha.2",
"redis": "^4.6.7",
"remove-markdown": "^0.6.2",
"replicate": "^0.31.1",
"sanitize-filename": "^1.6.3",
"srt-parser-2": "^1.2.3",