Termify::Markdown::GatherKind
Inherits Enum < Comparable < Value < Object
What the renderer is holding back. Both kinds must be seen whole before any of them can be rendered: a table needs every row to size its columns, a highlighted code block needs the whole body to tokenize.
Constants
Table = 0
CodeBlock = 1