Search Results for

    Show / Hide Table of Contents

    Class MarkdownBlockContext

    Inheritance
    Object
    MarkdownBlockContext
    Implements
    IMarkdownContext
    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 MarkdownBlockContext : IMarkdownContext

    Constructors

    | Improve this Doc View Source

    MarkdownBlockContext(ImmutableList<IMarkdownRule>, IMarkdownContext)

    Declaration
    public MarkdownBlockContext(ImmutableList<IMarkdownRule> rules, IMarkdownContext inlineContext)
    Parameters
    Type Name Description
    ImmutableList<IMarkdownRule> rules
    IMarkdownContext inlineContext
    | Improve this Doc View Source

    MarkdownBlockContext(ImmutableList<IMarkdownRule>, IMarkdownContext, ImmutableDictionary<String, Object>)

    Declaration
    protected MarkdownBlockContext(ImmutableList<IMarkdownRule> rules, IMarkdownContext inlineContext, ImmutableDictionary<string, object> variables)
    Parameters
    Type Name Description
    ImmutableList<IMarkdownRule> rules
    IMarkdownContext inlineContext
    ImmutableDictionary<String, Object> variables

    Fields

    | Improve this Doc View Source

    IsBlockQuote

    Declaration
    public const string IsBlockQuote = "IsBlockQuote"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    IsTop

    Declaration
    public const string IsTop = "IsTop"
    Field Value
    Type Description
    String

    Properties

    | Improve this Doc View Source

    Rules

    Declaration
    public ImmutableList<IMarkdownRule> Rules { get; }
    Property Value
    Type Description
    ImmutableList<IMarkdownRule>
    | Improve this Doc View Source

    Variables

    Declaration
    public ImmutableDictionary<string, object> Variables { get; }
    Property Value
    Type Description
    ImmutableDictionary<String, Object>

    Methods

    | Improve this Doc View Source

    CreateContext(ImmutableDictionary<String, Object>)

    Declaration
    public virtual IMarkdownContext CreateContext(ImmutableDictionary<string, object> variables)
    Parameters
    Type Name Description
    ImmutableDictionary<String, Object> variables
    Returns
    Type Description
    IMarkdownContext
    | Improve this Doc View Source

    GetInlineContext()

    Declaration
    public IMarkdownContext GetInlineContext()
    Returns
    Type Description
    IMarkdownContext
    | Improve this Doc View Source

    SetRules(ImmutableList<IMarkdownRule>)

    Declaration
    public virtual IMarkdownContext SetRules(ImmutableList<IMarkdownRule> rules)
    Parameters
    Type Name Description
    ImmutableList<IMarkdownRule> rules
    Returns
    Type Description
    IMarkdownContext

    Implements

    IMarkdownContext

    Extension Methods

    DfmContextExtensions.GetFilePathStack(IMarkdownContext)
    DfmContextExtensions.SetFilePathStack(IMarkdownContext, ImmutableStack<String>)
    DfmContextExtensions.GetBaseFolder(IMarkdownContext)
    DfmContextExtensions.SetBaseFolder(IMarkdownContext, String)
    DfmContextExtensions.GetFallbackFolders(IMarkdownContext)
    DfmContextExtensions.SetFallbackFolders(IMarkdownContext, IReadOnlyList<String>)
    DfmContextExtensions.SetDependency(IMarkdownContext, HashSet<String>)
    DfmContextExtensions.ReportDependency(IMarkdownContext, String)
    DfmContextExtensions.ReportDependency(IMarkdownContext, IEnumerable<String>)
    DfmContextExtensions.GetIsInclude(IMarkdownContext)
    DfmContextExtensions.SetIsInclude(IMarkdownContext)
    DfmContextExtensions.GetIsInTable(IMarkdownContext)
    DfmContextExtensions.SetIsInTable(IMarkdownContext)
    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX