Class MarkdownRendererAdapter
The adapter for markdown renderer, use dynamic dispatch.
Inheritance
MarkdownRendererAdapter
Namespace:Microsoft.DocAsCode.MarkdownLite
Assembly:Microsoft.DocAsCode.MarkdownLite.dll
Syntax
public class MarkdownRendererAdapter : IMarkdownRenderer
Constructors
|
Improve this Doc
View Source
MarkdownRendererAdapter(IMarkdownEngine, Object, Options, Dictionary<String, LinkObj>)
Declaration
public MarkdownRendererAdapter(IMarkdownEngine engine, object renderer, Options options, Dictionary<string, LinkObj> links)
Parameters
Properties
|
Improve this Doc
View Source
Engine
Declaration
public IMarkdownEngine Engine { get; }
Property Value
Implements
|
Improve this Doc
View Source
Links
Declaration
public Dictionary<string, LinkObj> Links { get; }
Property Value
Implements
|
Improve this Doc
View Source
Options
Declaration
public Options Options { get; }
Property Value
Implements
|
Improve this Doc
View Source
Renderer
Declaration
public object Renderer { get; }
Property Value
Methods
|
Improve this Doc
View Source
Render(IMarkdownToken)
Declaration
public StringBuffer Render(IMarkdownToken token)
Parameters
Returns
Implements
Extension Methods