pub fn classify_reference(
inner: &str,
from_source: &str,
is_embed: bool,
ctx: &ReferenceContext<'_>,
) -> ResolvedReferenceExpand description
Classify a reference’s inner text (target + optional |pothole / #anchor / ?query) into a kind + resolved source path. Pure.