Typed TextRendererBase.
public abstract class TextRendererBase<T> : TextRendererBase, IMarkdownRenderer where T : TextRendererBase<T>
kind:method, kind:property, kind:ctor. Press Esc to clear.TextRendererBase(TextWriter)Initializes a new instance of the TextRendererBase<T> class.previousWasLineGets or sets the previous was line.ClearIndent()Performs the clear indent operation.EnsureLine()Ensures a newline.PopIndent()Performs the pop indent operation.PushIndent(String)Performs the push indent operation.PushIndent(String[])Performs the push indent operation.Reset()Performs the reset operation.Write(StringSlice)Writes the specified slice.Write(ref StringSlice)Writes the specified slice.Write(Char)Writes the specified character.Write(ReadOnlySpan<Char>)Writes the specified content.Write(String, Int32, Int32)Writes the specified content.Write(String?)Writes the specified content.WriteLeafInline(LeafBlock)Writes the inlines of a leaf inline.WriteLine()Writes a newline.WriteLine(NewLine)Writes a newline.WriteLine(Char)Writes a content followed by a newline.WriteLine(String)Writes a content followed by a newline.