TryParseLabel(ref T, Boolean, out String?, out SourceSpan) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Attempts to parse label t.

public static bool TryParseLabel<T>(ref T lines, bool allowEmpty, [NotNullWhen(true)] scoped out string? label, scoped out SourceSpan labelSpan)
    where T : ICharIterator

Type parameters

T

Parameters

lines
{T}
allowEmpty
Boolean
label
String
labelSpan
SourceSpan

Returns