Class: Redcarpet::Form::Extension::Render::HTML

Inherits:
Render::HTML
  • Object
show all
Defined in:
lib/redcarpet/form/extension/render/html.rb

Overview

Custom HTML render

Instance Method Summary collapse

Instance Method Details

#paragraph(text) ⇒ Object



15
16
17
# File 'lib/redcarpet/form/extension/render/html.rb', line 15

def paragraph(text)
  process_custom_tags(text.strip)
end