TryParseAutolink(StringSlice, out String?, out Boolean) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Attempts to parse autolink.

public static bool TryParseAutolink(StringSlice text, [NotNullWhen(true)] scoped out string? link, scoped out bool isEmail)

Parameters

link
String
isEmail
Boolean

Returns