Expand description
Text reflow utilities for MD013
This module implements text wrapping/reflow functionality that preserves Markdown elements like links, emphasis, code spans, etc.
Structs§
- Blockquote
Line Data - A collected blockquote line used for style-preserving reflow.
- Paragraph
Reflow - Information about a reflowed paragraph
- Reflow
Options - Options for reflowing text
Enums§
- Blockquote
Continuation Style - Style for blockquote continuation lines after reflow.
- Reflow
Length Mode - Length calculation mode for reflow
Functions§
- blockquote_
continuation_ style - Determine the continuation style for a blockquote paragraph from its collected lines.
- dominant_
blockquote_ prefix - Determine the dominant blockquote prefix for a paragraph.
- reflow_
blockquote_ content - Reflow blockquote content lines and apply continuation style.
- reflow_
line - reflow_
markdown - Reflow markdown content preserving structure
- reflow_
paragraph_ at_ line - Reflow a single paragraph at the specified line number
- reflow_
paragraph_ at_ line_ with_ mode - Reflow a paragraph at the given line with a specific length mode.
- reflow_
paragraph_ at_ line_ with_ options - Reflow a paragraph at the given line using the provided options.
- split_
into_ sentences - Split text into sentences
- split_
into_ sentences_ custom - Split text into sentences with custom abbreviations