pub fn looks_like_yaml(input: &str) -> bool
Returns true when the input contains YAML-like markers, list items, or mappings.
true