markdownLink property

RegExp markdownLink
final

Markdown link syntax

Implementation

static final RegExp markdownLink = RegExp(r'\[.*?\]\(.*?\)');