pub(crate) fn extract_definitions_from_docs(
docs: &Documentation<'_>,
) -> Vec<(TextRange, String, Option<Namespace>)>Expand description
Extracts all links from a given markdown text returning the definition text range, link-text and the namespace if known.