blockquotePattern top-level property
The line starts with > with one optional space after.
Implementation
final blockquotePattern = RegExp(r'^[ ]{0,3}>[ \t]?.*$');
The line starts with > with one optional space after.
final blockquotePattern = RegExp(r'^[ ]{0,3}>[ \t]?.*$');