A HTML renderer for an EmphasisInline.
public class EmphasisInlineRenderer : HtmlObjectRenderer<EmphasisInline>, IMarkdownObjectRenderer
kind:method, kind:property, kind:ctor. Press Esc to clear.EmphasisInlineRenderer()Initializes a new instance of the EmphasisInlineRenderer class.GetTagGets or sets the GetTag delegate.GetDefaultTag(EmphasisInline)Gets the default HTML tag for ** and __ emphasis.Write(HtmlRenderer, EmphasisInline)Writes the object to the specified renderer.