Show / Hide Table of Contents

    Interface IMarkdownTokenRewriter

    rewrite the markdown when rendering

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

    Methods

    Rewrite(IMarkdownRewriteEngine, IMarkdownToken)

    rewrite

    Declaration
    IMarkdownToken Rewrite(IMarkdownRewriteEngine engine, IMarkdownToken token)
    Parameters
    Type Name Description
    IMarkdownRewriteEngine engine

    the engine

    IMarkdownToken token

    the token

    Returns
    Type Description
    IMarkdownToken

    If need rewrite, return the new token, otherwise, null

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX