An inline parser for an alert inline (e.g. [!NOTE]).
public class AlertInlineParser : InlineParser, IInlineParser<InlineProcessor>, IMarkdownParser<InlineProcessor>
kind:method, kind:property, kind:ctor. Press Esc to clear.AlertInlineParser()Initializes a new instance of the AlertInlineParser class.AllowNestedAlertsGets or sets a value indicating whether alerts can be nested inside other blocks (e.g. inside a blockquote or a list item). Alerts are never allowed inside another alert block regardless of this setting. Default is false.Match(InlineProcessor, ref StringSlice)Attempts to match the parser at the current position.