Class: Homeland::Markup::Simple

Inherits:
Base
  • Object
show all
Extended by:
ActionView::Helpers::TextHelper
Defined in:
lib/homeland/markup/simple.rb

Overview

Simple format, like Rails simple_format helper

Class Method Summary collapse

Class Method Details

.render(raw) ⇒ Object



8
9
10
# File 'lib/homeland/markup/simple.rb', line 8

def render(raw)
  simple_format(raw, {}, sanitize: false)
end