markdownLinkText property

String get markdownLinkText

The raw label between [ and ], kept verbatim (including any surrounding whitespace) so the unformatted facet offsets in MarkdownLinkEntity.toEntity() stay aligned with the source.

Implementation

String get markdownLinkText => group(1) ?? '';