sectionSetupPattern property

  1. @visibleForTesting
RegExp sectionSetupPattern

the pattern to find sections (sections) within the content

Implementation

@visibleForTesting
RegExp get sectionSetupPattern =>
    RegExp('.*$sectionSetUp' r'({{[\^#/]\S+}}).*');