sanitize_scripture_markdown
Normalize malformed Markdown bold syntax in LLM responses, converting broken asterisks into correctly formatted headers for consistent scripture output.
Instructions
Normalizes LLM response text, fixing broken bold asterisk syntax ('** 2. **Header' -> '2. Header').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown_text | Yes | Raw Markdown text to sanitize |