isOrgLocalSectionUrl function

bool isOrgLocalSectionUrl(
  1. String url
)

Identify URLs that point to a section within the current document (starting with '*')

Implementation

bool isOrgLocalSectionUrl(String url) => url.startsWith('*');