Show / Hide Table of Contents

    Interface ICustomMarkdownTagValidator

    Contract interface for custom validate tag in markdown

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

    Methods

    | Improve this Doc View Source

    Validate(String)

    Declaration
    bool Validate(string tag)
    Parameters
    Type Name Description
    String tag
    Returns
    Type Description
    Boolean

    Extension Methods

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