Module inline

Module inline 

Source
Expand description

Inline style extraction for markdown text.

This module extracts styled regions (bold, italic, code, links, etc.) from the inline parse trees.

Structs§

StyledRegion
A styled region of inline text with its delimiters.
TextStyle
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.