class

Poor::Stream

Inherits Poor::TreeMaker < Reference < Object

Markup processor which enables processing markup elements on the fly by sending the token stream directly to the given formatter. This avoids creating the intermediate markup tree.

Constructors

new(formatter : Poor::Formatter | Array(Markup | Token))
Source

Instance methods

close_element(element : Markup)
Source
open_element(element : Markup)
Source