A delimiter used for parsing emphasis.
public class EmphasisDelimiterInline : DelimiterInline, IInline, IMarkdownObject, IEnumerable<Inline>, IEnumerable
kind:method, kind:property, kind:ctor. Press Esc to clear.EmphasisDelimiterInline(InlineParser, EmphasisDescriptor)Initializes a new instance of the EmphasisDelimiterInline class.ContentThe content as a StringSlice.DelimiterCharThe delimiter character found.DelimiterCountThe number of delimiter characters found for this delimiter.DescriptorGets the descriptor for this emphasis.AsLiteralInline()Performs the as literal inline operation.ToLiteral()Performs the to literal operation.