extract_links

Notedocblock
extract_links(text::String) -> Vector{String}

Extract all URLs from markdown text.

Arguments

  • text::String: Markdown text to scan

Returns

Vector of URLs found in the text.