Method: HTML#to_aozora

Defined in:
lib/html.rb

#to_aozoraObject

青空文庫形式に変換



31
32
33
34
35
36
37
38
39
40
# File 'lib/html.rb', line 31

def to_aozora
  @string = br_to_aozora
  @string = ruby_to_aozora
  @string = b_to_aozora
  @string = i_to_aozora
  @string = s_to_aozora
  @string = img_to_aozora
  @string = delete_tag
  @string
end