pub fn append_comment_sections(
comment_md: &str,
sections: &[(String, String)],
) -> StringExpand description
Append externally supplied comment sections before the cockpit end marker.
This is used by post-processing hooks to contribute extra markdown sections while preserving stable sticky markers.