Structs§
- Emphasis
Marker - Represents an emphasis marker found in text
- Emphasis
Span - Represents a complete emphasis span
Functions§
- find_
emphasis_ markers - Optimized emphasis marker parsing using byte iteration
- find_
emphasis_ spans - Optimized emphasis span finding with reduced complexity (includes both single and strong)
- find_
single_ emphasis_ spans - Find all emphasis spans in a line, excluding only single emphasis (not strong)
- has_
doc_ patterns - Check if line has documentation patterns that should be preserved
- is_
likely_ list_ line - Check if a line should be treated as a list item vs emphasis
- is_
valid_ emphasis_ content_ fast - Fast validation of emphasis content
- is_
valid_ emphasis_ span_ fast - Fast validation of emphasis span context
- replace_
inline_ code - Enhanced inline code replacement with optimized performance Replaces inline code with ‘X’ characters to prevent false positives in emphasis detection