AllowDomainWithoutPeriod Property

Definition

Assembly Markdig.dll

Should auto-linking allow a domain with no period, e.g. https://localhost (false by default)

public bool AllowDomainWithoutPeriod { get; set; }

Returns