Function escape_step_name

Source
pub fn escape_step_name(step: &BuildStep) -> String
Expand description

Bootstrap steps can be generic and thus contain angle brackets (<…>). However, Markdown interprets these as HTML, so we need to escap ethem.