Show / Hide Table of Contents

    Class GfmFencesBlockRule

    Inheritance
    Object
    GfmFencesBlockRule
    Inherited Members
    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 GfmFencesBlockRule : IMarkdownRule

    Properties

    Fences

    Declaration
    [Obsolete("Please use FencesMatcher.", true)]
    public virtual Regex Fences { get; }
    Property Value
    Type Description
    Regex

    FencesMatcher

    Declaration
    public virtual Matcher FencesMatcher { get; }
    Property Value
    Type Description
    Matcher

    Name

    Declaration
    public virtual string Name { get; }
    Property Value
    Type Description
    String
    Implements
    IMarkdownRule.Name

    Methods

    TryMatch(IMarkdownParser, IMarkdownParsingContext)

    Declaration
    public IMarkdownToken TryMatch(IMarkdownParser parser, IMarkdownParsingContext context)
    Parameters
    Type Name Description
    IMarkdownParser parser
    IMarkdownParsingContext context
    Returns
    Type Description
    IMarkdownToken
    Implements
    IMarkdownRule.TryMatch(IMarkdownParser, IMarkdownParsingContext)

    Extension Methods

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