Method: Tomify::Markdown::HTML#image

Defined in:
lib/tomify/markdown.rb

#image(url, title, alt) ⇒ Object



9
10
11
# File 'lib/tomify/markdown.rb', line 9

def image(url, title, alt)
  "<img alt=\"#{alt}\" class=\"center-block img-responsive\" src=\"#{url}\" title=\"#{title}\">"
end