Expand description
Inline style extraction for markdown text.
This module extracts styled regions (bold, italic, code, links, etc.) from the inline parse trees.
Structs§
- Styled
Region - A styled region of inline text with its delimiters.
- Text
Style - Style attributes for inline text.
Functions§
- extract_
all_ inline_ styles - Extract all inline styles from a markdown tree. Returns a flat Vec sorted by start byte position.
- styles_
in_ range - Get inline styles that overlap with a byte range. Uses binary search for efficient lookup.