Show / Hide Table of Contents

    Class GfmEmInlineRule

    Inheritance
    Object
    MarkdownEmInlineRule
    GfmEmInlineRule
    Inherited Members
    MarkdownEmInlineRule.TryMatch(IMarkdownParser, IMarkdownParsingContext)
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace:Microsoft.DocAsCode.MarkdownLite
    Assembly:Microsoft.DocAsCode.MarkdownLite.dll
    Syntax
    public class GfmEmInlineRule : MarkdownEmInlineRule, IMarkdownRule

    Properties

    Em

    Declaration
    public override Regex Em { get; }
    Property Value
    Type Description
    Regex
    Overrides
    MarkdownEmInlineRule.Em

    Name

    Declaration
    public override string Name { get; }
    Property Value
    Type Description
    String
    Overrides
    MarkdownEmInlineRule.Name

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX