Search Results for

    Show / Hide Table of Contents

    Class MarkdownListBlockRule

    Inheritance
    Object
    MarkdownListBlockRule
    Implements
    IMarkdownRule
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.DocAsCode.MarkdownLite
    Assembly: Microsoft.DocAsCode.MarkdownLite.dll
    Syntax
    public class MarkdownListBlockRule : IMarkdownRule

    Properties

    | Improve this Doc View Source

    Bullet

    Declaration
    public virtual Regex Bullet { get; }
    Property Value
    Type Description
    Regex
    | Improve this Doc View Source

    Item

    Declaration
    public virtual Regex Item { get; }
    Property Value
    Type Description
    Regex
    | Improve this Doc View Source

    Name

    Declaration
    public virtual string Name { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    OrderList

    Declaration
    [Obsolete("Please use OrderListMatcher.")]
    public virtual Regex OrderList { get; }
    Property Value
    Type Description
    Regex
    | Improve this Doc View Source

    OrderListMatcher

    Declaration
    public virtual Matcher OrderListMatcher { get; }
    Property Value
    Type Description
    Matcher
    | Improve this Doc View Source

    UnorderList

    Declaration
    [Obsolete("Please use ListMatcher.")]
    public virtual Regex UnorderList { get; }
    Property Value
    Type Description
    Regex
    | Improve this Doc View Source

    UnorderListMatcher

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

    Methods

    | Improve this Doc View Source

    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

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX