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