Expand description
Line wrapping, sentence splitting, and text processing.
Modulesยง
- atomic_
patterns - Atomic pattern definitions for constructs that should not be broken during wrapping.
- block_
heuristics - Block content detection using simple line-based heuristics.
- line_
wrappers LineWrapperfactory functions.- sentence
- Sentence splitting using regex heuristics.
- tag_
handling - Tag handling for Jinja/Markdoc tags and HTML comments.
- text_
filling - Multi-paragraph text filling.
- text_
wrapping - Word splitting and paragraph wrapping.