Module: Fuik::HighlightHelper

Defined in:
app/helpers/fuik/highlight_helper.rb

Instance Method Summary collapse

Instance Method Details

#highlighted(json) ⇒ Object



5
6
7
# File 'app/helpers/fuik/highlight_helper.rb', line 5

def highlighted(json)
  annotate(JSON.parse(json), [], 0).html_safe
end