Base class for all leaf blocks.
[DebuggerDisplay("{GetType().Name} Line: {Line}, {Lines}")]
public abstract class LeafBlock : Block, IBlock, IMarkdownObject
kind:method, kind:property, kind:ctor. Press Esc to clear.LeafBlock(BlockParser?)Initializes a new instance of the LeafBlock class.LinesGets or sets the string lines accumulated for this leaf block. May be null after process inlines have occurred.InlineGets or sets the inline syntax tree (may be null).ProcessInlinesGets or sets a value indicating whether Lines must be processed as inline into the Inline property.AppendLine(ref StringSlice, Int32, Int32, Int32, Boolean)Appends the specified line to this instance.