slidedeckai.helpers.pptx_helper.format_text# slidedeckai.helpers.pptx_helper.format_text(frame_paragraph, text: str)[source]# Apply bold and italic formatting while preserving the original word order without duplication. Parameters: frame_paragraph – The paragraph to format. text – The text to format with markdown-style formatting.