Feat: dataflow supports markdown (#10003)

### What problem does this PR solve?

Dataflow supports markdown.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)

---------

Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
This commit is contained in:
Lynn
2025-09-10 13:31:02 +08:00
committed by GitHub
parent 0d9c1f1c3c
commit 41cdba19ba
2 changed files with 53 additions and 1 deletions

View File

@ -37,9 +37,17 @@
"docx"
],
"output_format": "json"
},
"markdown": {
"suffix": [
"md",
"markdown"
],
"output_format": "json"
}
}
}
}
},
"downstream": ["Chunker:0"],
"upstream": ["Begin"]