-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
🧩 Problem
Currently, the Unsiloed-chunker outputs chunks in JSON or plain text structures. There is no native support for generating Markdown-formatted output, which limits the tool’s integration with documentation workflows, static site generators, and human-readable previews.
✅ Expected Behavior
- Add support for exporting chunked output in Markdown format, optionally structured by:
- Headings (
#,##, etc.) - Lists or tables
- Blockquotes for citations
- Collapsible sections for long documents (optional)
- Headings (
- Allow toggling Markdown as an output format via API parameter, CLI flag, or config.