Base interface for a block structure. Either a LeafBlock or a ContainerBlock.
public interface IBlock : IMarkdownObject
kind:method, kind:property, kind:ctor. Press Esc to clear.ColumnGets or sets the text column this instance was declared (zero-based).IsBreakableGets or sets a value indicating whether this block is breakable. Default is true.IsOpenGets or sets a value indicating whether this instance is still open.LineGets or sets the text line this instance was declared (zero-based).ParentGets the parent of this container. May be null.ParserGets the parser associated to this instance.RemoveAfterProcessInlinesGets or sets a value indicating whether this block must be removed from its container after inlines have been processed.TriviaAfterTrivia occurring after this blockTriviaBeforeTrivia occurring before this blockProcessInlinesBeginOccurs when the process of inlines begin.ProcessInlinesEndOccurs when the process of inlines ends for this instance.