TryParseLabel(T, out String?) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Attempts to parse label t.

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

Type parameters

T

Parameters

lines
{T}
label
String

Returns