Extension for adding alerts to a Markdown pipeline.
public class AlertExtension : IMarkdownExtension
kind:method, kind:property, kind:ctor. Press Esc to clear.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.RenderKindGets or sets the delegate to render the kind of the alert.Setup(MarkdownPipeline, IMarkdownRenderer)Setups this extension for the specified renderer.Setup(MarkdownPipelineBuilder)Setups this extension for the specified pipeline.