fn marker_at_start(token: &str, allow_bare: bool) -> Option<&str>
If token begins with a marker followed by a valid boundary, return that marker.
token