Tries to the parse the specified text into a definition.
public static bool TryParseTrivia<T>(ref T text, [NotNullWhen(true)] scoped out LinkReferenceDefinition? block, scoped out SourceSpan triviaBeforeLabel, scoped out SourceSpan labelWithTrivia, scoped out SourceSpan triviaBeforeUrl, scoped out SourceSpan unescapedUrl, scoped out SourceSpan triviaBeforeTitle, scoped out SourceSpan unescapedTitle, scoped out SourceSpan triviaAfterTitle)
where T : ICharIterator
The text.
The block.
true if parsing is successful; false otherwise