Method: Diary#to_html

Defined in:
lib/tdiary/io/pstore.rb

#to_html(opt, mode = :HTML) ⇒ Object



178
179
180
181
182
183
184
185
# File 'lib/tdiary/io/pstore.rb', line 178

def to_html( opt, mode = :HTML )
  case mode
  when :CHTML
    to_chtml( opt )
  else
    to_html4( opt )
  end
end