Web
#markdown
#link
#url
#text
Markdown Link
Matches a Markdown hyperlink in [text](url) format and captures both the link text and URL.
✓ Markdown parsers✓ Documentation tools✓ Content editors
✓ Valid Examples
- [regex.to](https://regex.to)
- [Click here](https://example.com)
- [Docs](/docs)
✗ Invalid Examples
- [nourl]
- (no-brackets)https://example.com
- [](https://example.com)