Class: BuildMaster::TextileEngine

Inherits:
Object
  • Object
show all
Includes:
ContentEngine
Defined in:
lib/buildmaster/site/content_engine_repository.rb

Instance Method Summary collapse

Methods included from ContentEngine

#process_content_with_title

Instance Method Details

#convert_to_html(full_content) ⇒ Object



63
64
65
66
# File 'lib/buildmaster/site/content_engine_repository.rb', line 63

def convert_to_html(full_content)
require 'redcloth'
  process_content_with_title(full_content) {|content| RedCloth.new(content).to_html}
end