Class: SquareBracket::HTMLRender
- Inherits:
-
Redcarpet::Render::HTML
- Object
- Redcarpet::Render::HTML
- SquareBracket::HTMLRender
- Includes:
- Postprocess
- Defined in:
- lib/square_bracket/html_render.rb
Constant Summary
Constants included from Postprocess
Instance Method Summary collapse
-
#initialize(processor, *params) ⇒ HTMLRender
constructor
A new instance of HTMLRender.
Methods included from 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 |