menu
html_renderer
utils/strings/html_parser_regex.dart
HtmlParserRegex
heading property
heading
dark_mode
light_mode
heading
property
RegExp
heading
final
Implementation
static final RegExp heading = RegExp(r'<h([1-6]).*?>(.*?)<\/h\1>', dotAll: true);
html_renderer
html_parser_regex
HtmlParserRegex
heading property
HtmlParserRegex class