A text based IMarkdownRenderer.
public abstract class TextRendererBase : RendererBase, IMarkdownRenderer
kind:method, kind:property, kind:ctor. Press Esc to clear.TextRendererBase(TextWriter)Initializes a new instance of the TextRendererBase class.WriterGets or sets the writer.Render(MarkdownObject)Renders the specified markdown object (returns the Writer as a render object).