Enums§
- Element
- Table
Alignment - Structured document elements parsed from Markdown. These carry formatting intent so the PDF generator can render headers at different sizes, indent lists, etc.
- Text
Segment - Text segment with inline formatting
Functions§
- has_
inline_ formatting - Check if text contains any inline markdown formatting
- parse_
inline_ formatting - Parse inline markdown formatting into styled text segments
- parse_
markdown - Parse markdown text into structured elements
- strip_
inline_ formatting - Strip inline markdown formatting from text (bold, italic, code, links, strikethrough)