-
Home
-
API
-
Markdig.Helpers
-
LinkHelper
-
Methods
-
TryParseTitle(ref T, out String?, out Char)
TryParseTitle(ref T, out String?, out Char) Method
Definition
Attempts to parse title t.
public static bool TryParseTitle<T>(ref T text, scoped out string? title, scoped out char enclosingCharacter)
where T : ICharIterator
Type parameters
Parameters
Returns