TryParseLinkReferenceDefinition(ref T, out String?, out String?, out String?, out SourceSpan, out SourceSpan, out SourceSpan) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Attempts to parse link reference definition t.

public static bool TryParseLinkReferenceDefinition<T>(ref T text, scoped out string? label, scoped out string? url, scoped out string? title, scoped out SourceSpan labelSpan, scoped out SourceSpan urlSpan, scoped out SourceSpan titleSpan)
    where T : ICharIterator

Type parameters

T

Parameters

text
{T}
label
String
url
String
title
String
labelSpan
SourceSpan
urlSpan
SourceSpan
titleSpan
SourceSpan

Returns