A base class for rendering Block and Inline Markdown objects.
public abstract class MarkdownObjectRenderer<TRenderer, TObject> : IMarkdownObjectRenderer where TRenderer : RendererBase where TObject : MarkdownObject
kind:method, kind:property, kind:ctor. Press Esc to clear.MarkdownObjectRenderer()Performs the markdown object renderer operation.TryWritersGets the optional writers attached to this instance.Accept(RendererBase, Type)Performs the accept operation.Write(TRenderer, TObject)Writes the specified Markdown object to the renderer.Write(RendererBase, MarkdownObject)Writes the object to the specified renderer.