-
Home
-
API
-
Markdig.Helpers
-
HtmlHelper
-
Methods
-
TryParseHtmlTag(ref StringSlice, out String?)
TryParseHtmlTag(ref StringSlice, out String?) Method
Definition
Attempts to parse html tag.
public static bool TryParseHtmlTag(ref StringSlice text, [NotNullWhen(true)] scoped out string? htmlTag)
Parameters
Returns