Function find_expandable_examples

Source
pub(crate) fn find_expandable_examples(
    content: &str,
) -> Result<Vec<CodeExample>, Box<dyn Error>>