Search Results for

    Show / Hide Table of Contents

    Interface IMarkdownService

    Namespace: Microsoft.DocAsCode.Plugins
    Assembly: Microsoft.DocAsCode.Plugins.dll
    Syntax
    public interface IMarkdownService

    Properties

    | Improve this Doc View Source

    Name

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

    Methods

    | Improve this Doc View Source

    Markup(String, String)

    Declaration
    MarkupResult Markup(string src, string path)
    Parameters
    Type Name Description
    String src
    String path
    Returns
    Type Description
    MarkupResult
    | Improve this Doc View Source

    Markup(String, String, Boolean)

    Declaration
    MarkupResult Markup(string src, string path, bool enableValidation)
    Parameters
    Type Name Description
    String src
    String path
    Boolean enableValidation
    Returns
    Type Description
    MarkupResult

    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