Skip to main content

render_instruction_summary_markdown

Function render_instruction_summary_markdown 

Source
pub fn render_instruction_summary_markdown(
    title: &str,
    segments: &[InstructionSegment],
    truncated: bool,
    project_root: &Path,
    home_dir: Option<&Path>,
    highlight_limit: usize,
    truncation_note: &str,
) -> String