Method: BlueFeather::Parser::RenderState#initialize

Defined in:
lib/bluefeather.rb

#initializeRenderState

Returns a new instance of RenderState.



358
359
360
361
362
363
364
365
366
# File 'lib/bluefeather.rb', line 358

def initialize
  @urls, @titles, @html_blocks = {}, {}, {}
  @log = nil
  @footnotes, @found_footnote_ids, @warnings = {}, [], []
  @headers = []
  @block_transform_depth = 0
  @numbering = false
  @numbering_start_level = 2
end