-
Home
-
API
-
Markdig.Helpers
-
LinkHelper
-
Methods
-
TryParseInlineLink(StringSlice, out String?, out String?)
TryParseInlineLink(StringSlice, out String?, out String?) Method
Definition
Attempts to parse inline link.
public static bool TryParseInlineLink(StringSlice text, scoped out string? link, scoped out string? title)
Parameters
Returns