indentPattern top-level property
A line indented four spaces. Used for code blocks and lists.
Implementation
final indentPattern = RegExp(r'^(?: | {0,3}\t)(.*)$');
A line indented four spaces. Used for code blocks and lists.
final indentPattern = RegExp(r'^(?: | {0,3}\t)(.*)$');