An inline parser for HTML entities.
public class HtmlEntityParser : InlineParser, IInlineParser<InlineProcessor>, IMarkdownParser<InlineProcessor>
kind:method, kind:property, kind:ctor. Press Esc to clear.HtmlEntityParser()Initializes a new instance of the HtmlEntityParser class.Match(InlineProcessor, ref StringSlice)Attempts to match the parser at the current position.TryParse(ref StringSlice, out String?, out Int32)Attempts to parse.