enum

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

Instance methods

code_block?

Returns true if this enum value equals CodeBlock

Source
table?

Returns true if this enum value equals Table

Source