Class: CustomRender

Inherits:
Redcarpet::Render::HTML
  • Object
show all
Defined in:
lib/meta_commit_markdown_support/renderer.rb

Instance Method Summary collapse

Instance Method Details

#block_quote(quote) ⇒ Object



5
6
7
8
# File 'lib/meta_commit_markdown_support/renderer.rb', line 5

def block_quote(quote)
  byebug
  %(<blockquote class="my-custom-class">#{quote}</blockquote>)
end