Class: Markout::Html

Inherits:
Formatter show all
Defined in:
lib/markout/formatters/html/html.rb

Instance Method Summary collapse

Methods inherited from Formatter

#filename, #initialize

Constructor Details

This class inherits a constructor from Markout::Formatter

Instance Method Details

#exportObject



10
11
12
13
# File 'lib/markout/formatters/html/html.rb', line 10

def export
  suck_in_images!
  ERB.new( File.read(template_path.join('content.rhtml')) ).result(binding)
end