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

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Attempts to parse label trivia t.

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

Type parameters

T

Parameters

lines
{T}
label
String
labelSpan
SourceSpan

Returns