An inline parser used to parse a HTML attributes that can be attached to the previous Inline or current Block.
public class GenericAttributesParser : InlineParser, IInlineParser<InlineProcessor>, IMarkdownParser<InlineProcessor>
kind:method, kind:property, kind:ctor. Press Esc to clear.GenericAttributesParser()Initializes a new instance of the GenericAttributesParser class.Match(InlineProcessor, ref StringSlice)Attempts to match the parser at the current position.TryParse(ref StringSlice, out HtmlAttributes?)Tries to extra from the current position of a slice an HTML attributes {...}