pub fn draft_markdown(
id: &str,
issue_key: &str,
title: &str,
comments: &[(String, String, String)],
) -> StringExpand description
Render one issue’s comments as a review draft: front matter plus one
section per comment. id must already carry the snell- prefix.