An inline parser for EmphasisInline.
public class EmphasisInlineParser : InlineParser, IInlineParser<InlineProcessor>, IMarkdownParser<InlineProcessor>, IPostInlineProcessor
kind:method, kind:property, kind:ctor. Press Esc to clear.EmphasisInlineParser()Initializes a new instance of the EmphasisInlineParser class.TryCreateEmphasisInlineListGets or sets the try create emphasis inline list.EmphasisDescriptorsGets the emphasis descriptors.HasEmphasisChar(Char)Determines whether this parser is using the specified character as an emphasis delimiter.Initialize()Performs the initialize operation.Match(InlineProcessor, ref StringSlice)Attempts to match the parser at the current position.PostProcess(InlineProcessor, Inline?, Inline?, Int32, Boolean)Performs the post process operation.