Show / Hide Table of Contents

    Class MarkdownNpTableBlockRule

    Inheritance
    Object
    MarkdownNpTableBlockRule
    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 MarkdownNpTableBlockRule : IMarkdownRule

    Properties

    Name

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

    NpTable

    Declaration
    [Obsolete("Please use NewLineMatcher.")]
    public virtual Regex NpTable { get; }
    Property Value
    Type Description
    Regex

    NpTableMatcher

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

    Methods

    ParseAligns(String[])

    Declaration
    protected virtual Align[] ParseAligns(string[] aligns)
    Parameters
    Type Name Description
    String[] aligns
    Returns
    Type Description
    Align[]

    TryMatch(IMarkdownParser, IMarkdownParsingContext)

    Declaration
    public virtual 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