TryParseHtmlTag(ref StringSlice, out String?) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Attempts to parse html tag.

public static bool TryParseHtmlTag(ref StringSlice text, [NotNullWhen(true)] scoped out string? htmlTag)

Parameters

htmlTag
String

Returns