fn italicize_dev(content: &str) -> StringExpand description
Italicize a @dev block by wrapping it in <i>...</i> HTML tags. Surrounding
blank lines around the tags ensure MDX/CommonMark parses the inner content as
block-level markdown (lists, code fences, multiple paragraphs all work).