Base class for a IMarkdownRenderer.
public abstract class RendererBase : IMarkdownRenderer
kind:method, kind:property, kind:ctor. Press Esc to clear.RendererBase()Initializes a new instance of the RendererBase class.IsFirstInContainerGets or sets the is first in container.IsLastInContainerGets or sets the is last in container.ObjectRenderersGets the object renderers.Render(MarkdownObject)Performs the render operation.Write(MarkdownObject)Writes the specified Markdown object.WriteChildren(ContainerBlock)Writes the children of the specified ContainerBlock.WriteChildren(ContainerInline)Writes the children of the specified ContainerInline.ObjectWriteAfterOccurs after writing an object.ObjectWriteBeforeOccurs before writing an object.