LinkMatcher constructor
- [String pattern = r'\[(.+?)\]\((.*?)\)']
Creates a LinkMatcher for parsing Markdown link format.
This matcher is basically used with SelectiveDefinition.
The preset pattern is overwritten if a custom pattern is provided.
Implementation
const LinkMatcher([super.pattern = r'\[(.+?)\]\((.*?)\)']);