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