Skip to main content

append_comment_sections

Function append_comment_sections 

Source
pub fn append_comment_sections(
    comment_md: &str,
    sections: &[(String, String)],
) -> String
Expand 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.