An emphasis and strong emphasis (Section 6.4 CommonMark specs).
[DebuggerDisplay("{DelimiterChar} Count: {DelimiterCount}")]
public class EmphasisInline : ContainerInline, IInline, IMarkdownObject, IEnumerable<Inline>, IEnumerable
kind:method, kind:property, kind:ctor. Press Esc to clear.DelimiterCharGets or sets the delimiter character of this emphasis.DelimiterCountGets or sets the number of delimiter characters for this emphasis.