Search Results for

    Show / Hide Table of Contents

    Interface IMarkdownParsingContext

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

    Properties

    | Improve this Doc View Source

    CurrentMarkdown

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

    File

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

    IsInParagraph

    Declaration
    bool IsInParagraph { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    LineNumber

    Declaration
    int LineNumber { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    Markdown

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

    Methods

    | Improve this Doc View Source

    Consume(Int32)

    Declaration
    SourceInfo Consume(int charCount)
    Parameters
    Type Name Description
    Int32 charCount
    Returns
    Type Description
    SourceInfo
    | Improve this Doc View Source

    Match(Matcher)

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

    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