Interface IMarkdownRewritable<T>
Markdown rewritable (for object contains IMarkdownToken).
Namespace:Microsoft.DocAsCode.MarkdownLite
Assembly:Microsoft.DocAsCode.MarkdownLite.dll
Syntax
public interface IMarkdownRewritable<out T>
Type Parameters
Name | Description |
---|---|
T | The type of implement this interface. |
Methods
Rewrite(IMarkdownRewriteEngine)
Rewrite object with IMarkdownRewriteEngine
Declaration
T Rewrite(IMarkdownRewriteEngine rewriteEngine)
Parameters
Type | Name | Description |
---|---|---|
IMarkdownRewriteEngine | rewriteEngine | The rewrite engine |
Returns
Type | Description |
---|---|
T | The rewritten object. |