Class: SquareBracket::HTMLRender

Inherits:
Redcarpet::Render::HTML
  • Object
show all
Includes:
Postprocess
Defined in:
lib/square_bracket/html_render.rb

Constant Summary

Constants included from Postprocess

Postprocess::REGEX

Instance Method Summary collapse

Methods included from Postprocess

#postprocess

Constructor Details

#initialize(processor, *params) ⇒ HTMLRender

Returns a new instance of HTMLRender.



6
7
8
9
# File 'lib/square_bracket/html_render.rb', line 6

def initialize(processor, *params)
  @square_bracket_post_processor = processor
  super *params
end