Search Results for

    Show / Hide Table of Contents

    Class MarkdownParagraphBlockRule

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

    Fields

    | Improve this Doc View Source

    Instance

    Declaration
    public static readonly MarkdownParagraphBlockRule Instance
    Field Value
    Type Description
    MarkdownParagraphBlockRule

    Properties

    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    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

    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