Show / Hide Table of Contents

    Interface IMarkdownParsingContext

    Namespace:Microsoft.DocAsCode.MarkdownLite
    Assembly:Microsoft.DocAsCode.MarkdownLite.dll
    Syntax
    public interface IMarkdownParsingContext

    Properties

    CurrentMarkdown

    Declaration
    string CurrentMarkdown { get; }
    Property Value
    Type Description
    String

    File

    Declaration
    string File { get; }
    Property Value
    Type Description
    String

    IsInParagraph

    Declaration
    bool IsInParagraph { get; set; }
    Property Value
    Type Description
    Boolean

    LineNumber

    Declaration
    int LineNumber { get; }
    Property Value
    Type Description
    Int32

    Markdown

    Declaration
    string Markdown { get; }
    Property Value
    Type Description
    String

    Methods

    Consume(Int32)

    Declaration
    SourceInfo Consume(int charCount)
    Parameters
    Type Name Description
    Int32 charCount
    Returns
    Type Description
    SourceInfo

    Match(Matcher)

    Declaration
    MatchResult Match(Matcher matcher)
    Parameters
    Type Name Description
    Matcher matcher
    Returns
    Type Description
    MatchResult

    Extension Methods

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