Skip to main content

Overview

Markdown splitter parses Markdown syntax to identify structural boundaries like headers, code blocks, tables, and lists. Segments content by semantic blocks and preserves document hierarchy through header tracking. Splitter Class: MarkdownChunker Config Class: MarkdownChunkingConfig

Dependencies

No additional dependencies required. Uses standard library.

Examples

Parameters