Show / Hide Table of Contents

    Interface IMarkdownToken

    The token for markdown. It should be immutable.

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

    Properties

    | Improve this Doc View Source

    Context

    The context when created this token.

    Declaration
    IMarkdownContext Context { get; }
    Property Value
    Type Description
    IMarkdownContext
    | Improve this Doc View Source

    Rule

    The rule created this token.

    Declaration
    IMarkdownRule Rule { get; }
    Property Value
    Type Description
    IMarkdownRule
    | Improve this Doc View Source

    SourceInfo

    The source info of this token.

    Declaration
    SourceInfo SourceInfo { get; }
    Property Value
    Type Description
    SourceInfo

    Extension Methods

    MarkdownTokenExtensions.Children()
    MarkdownTokenExtensions.Children<T>()
    MarkdownTokenExtensions.Descendants()
    MarkdownTokenExtensions.Descendants<T>()
    JsonUtility.ToJsonString(Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX