89 90 91
# File 'lib/html.rb', line 89 def i_to_aozora(text = @string) text.gsub(/<i>/i, "[#斜体]").gsub(/<\/i>/i, "[#斜体終わり]") end